Interface EligibleDataSource.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EligibleDataSource.Builder,EligibleDataSource>,SdkBuilder<EligibleDataSource.Builder,EligibleDataSource>,SdkPojo
- Enclosing class:
- EligibleDataSource
public static interface EligibleDataSource.Builder extends SdkPojo, CopyableBuilder<EligibleDataSource.Builder,EligibleDataSource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EligibleDataSource.BuilderdataSourceId(String dataSourceId)The identifier of the data source.EligibleDataSource.BuilderindexId(String indexId)The identifier of the index the data source is attached to.-
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, sdkFields
-
-
-
-
Method Detail
-
indexId
EligibleDataSource.Builder indexId(String indexId)
The identifier of the index the data source is attached to.
- Parameters:
indexId- The identifier of the index the data source is attached to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSourceId
EligibleDataSource.Builder dataSourceId(String dataSourceId)
The identifier of the data source.
- Parameters:
dataSourceId- The identifier of the data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-