Interface DataSource.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DataSource.Builder,DataSource>,SdkBuilder<DataSource.Builder,DataSource>,SdkPojo
- Enclosing class:
- DataSource
@Mutable @NotThreadSafe public static interface DataSource.Builder extends SdkPojo, CopyableBuilder<DataSource.Builder,DataSource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataSource.BuilderdataSourceArn(String dataSourceArn)Sets the value of the DataSourceArn property for this object.DataSource.BuilderdataSourceDescription(String dataSourceDescription)Detailed description of a data source.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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.
-
-