Interface ModelTrainingDataChannel.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ModelTrainingDataChannel.Builder,ModelTrainingDataChannel>,SdkBuilder<ModelTrainingDataChannel.Builder,ModelTrainingDataChannel>,SdkPojo
- Enclosing class:
- ModelTrainingDataChannel
public static interface ModelTrainingDataChannel.Builder extends SdkPojo, CopyableBuilder<ModelTrainingDataChannel.Builder,ModelTrainingDataChannel>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelTrainingDataChannel.BuilderchannelName(String channelName)The name of the training data channel.ModelTrainingDataChannel.BuildermlInputChannelArn(String mlInputChannelArn)The Amazon Resource Name (ARN) of the ML input channel for this model training data channel.-
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
-
mlInputChannelArn
ModelTrainingDataChannel.Builder mlInputChannelArn(String mlInputChannelArn)
The Amazon Resource Name (ARN) of the ML input channel for this model training data channel.
- Parameters:
mlInputChannelArn- The Amazon Resource Name (ARN) of the ML input channel for this model training data channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelName
ModelTrainingDataChannel.Builder channelName(String channelName)
The name of the training data channel.
- Parameters:
channelName- The name of the training data channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-