Interface LabelsS3InputConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<LabelsS3InputConfiguration.Builder,,- LabelsS3InputConfiguration> - SdkBuilder<LabelsS3InputConfiguration.Builder,,- LabelsS3InputConfiguration> - SdkPojo
- Enclosing class:
- LabelsS3InputConfiguration
@Mutable
@NotThreadSafe
public static interface LabelsS3InputConfiguration.Builder
extends SdkPojo, CopyableBuilder<LabelsS3InputConfiguration.Builder,LabelsS3InputConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptionThe name of the S3 bucket holding the label data.The prefix for the S3 bucket used for the label data.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
bucketThe name of the S3 bucket holding the label data. - Parameters:
- bucket- The name of the S3 bucket holding the label data.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
prefixThe prefix for the S3 bucket used for the label data. - Parameters:
- prefix- The prefix for the S3 bucket used for the label data.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-