Interface AdditionalModelDataSource.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AdditionalModelDataSource.Builder,AdditionalModelDataSource>,SdkBuilder<AdditionalModelDataSource.Builder,AdditionalModelDataSource>,SdkPojo
- Enclosing class:
- AdditionalModelDataSource
public static interface AdditionalModelDataSource.Builder extends SdkPojo, CopyableBuilder<AdditionalModelDataSource.Builder,AdditionalModelDataSource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description AdditionalModelDataSource.BuilderchannelName(String channelName)A custom name for thisAdditionalModelDataSourceobject.default AdditionalModelDataSource.Builders3DataSource(Consumer<S3ModelDataSource.Builder> s3DataSource)Sets the value of the S3DataSource property for this object.AdditionalModelDataSource.Builders3DataSource(S3ModelDataSource s3DataSource)Sets the value of the S3DataSource property for this object.-
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
-
channelName
AdditionalModelDataSource.Builder channelName(String channelName)
A custom name for this
AdditionalModelDataSourceobject.- Parameters:
channelName- A custom name for thisAdditionalModelDataSourceobject.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3DataSource
AdditionalModelDataSource.Builder s3DataSource(S3ModelDataSource s3DataSource)
Sets the value of the S3DataSource property for this object.- Parameters:
s3DataSource- The new value for the S3DataSource property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3DataSource
default AdditionalModelDataSource.Builder s3DataSource(Consumer<S3ModelDataSource.Builder> s3DataSource)
Sets the value of the S3DataSource property for this object. This is a convenience method that creates an instance of theS3ModelDataSource.Builderavoiding the need to create one manually viaS3ModelDataSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3DataSource(S3ModelDataSource).- Parameters:
s3DataSource- a consumer that will call methods onS3ModelDataSource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
s3DataSource(S3ModelDataSource)
-
-