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
Modifier and TypeMethodDescriptiondataSourceArn
(String dataSourceArn) Sets the value of the DataSourceArn property for this object.dataSourceDescription
(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 Details
-
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
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.
-