Interface AIRecommendationDeploymentS3Channel.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AIRecommendationDeploymentS3Channel.Builder,,AIRecommendationDeploymentS3Channel> SdkBuilder<AIRecommendationDeploymentS3Channel.Builder,,AIRecommendationDeploymentS3Channel> SdkPojo
- Enclosing class:
AIRecommendationDeploymentS3Channel
@Mutable
@NotThreadSafe
public static interface AIRecommendationDeploymentS3Channel.Builder
extends SdkPojo, CopyableBuilder<AIRecommendationDeploymentS3Channel.Builder,AIRecommendationDeploymentS3Channel>
-
Method Summary
Modifier and TypeMethodDescriptionchannelName(String channelName) A custom name for this Amazon S3 data channel.The Amazon S3 URI of the data for this channel.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
channelName
A custom name for this Amazon S3 data channel.
- Parameters:
channelName- A custom name for this Amazon S3 data channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
uri
The Amazon S3 URI of the data for this channel.
- Parameters:
uri- The Amazon S3 URI of the data for this channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-