Interface DataSource.DefinitionStages.WithProperties

All Known Subinterfaces:
DataSource.Definition
Enclosing interface:
DataSource.DefinitionStages

public static interface DataSource.DefinitionStages.WithProperties
The stage of the DataSource definition allowing to specify properties.
  • Method Summary

    Modifier and Type
    Method
    Description
    withProperties(Object properties)
    Specifies the properties property: The data source properties in raw json format, each kind of data source have it's own schema..
  • Method Details

    • withProperties

      DataSource.DefinitionStages.WithKind withProperties(Object properties)
      Specifies the properties property: The data source properties in raw json format, each kind of data source have it's own schema..
      Parameters:
      properties - The data source properties in raw json format, each kind of data source have it's own schema.
      Returns:
      the next definition stage.