Interface DataSource.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DataSource.Builder,DataSource>, SdkBuilder<DataSource.Builder,DataSource>, SdkPojo
Enclosing class:
DataSource

public static interface DataSource.Builder extends SdkPojo, CopyableBuilder<DataSource.Builder,DataSource>
  • Method Details

    • dataSourceArn

      DataSource.Builder dataSourceArn(String dataSourceArn)
      Sets the value of the DataSourceArn property for this object.
      Parameters:
      dataSourceArn - The new value for the DataSourceArn property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataSourceDescription

      DataSource.Builder dataSourceDescription(String dataSourceDescription)

      Detailed description of a data source.

      Parameters:
      dataSourceDescription - Detailed description of a data source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.