Interface LabelsS3InputConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LabelsS3InputConfiguration.Builder,LabelsS3InputConfiguration>,SdkBuilder<LabelsS3InputConfiguration.Builder,LabelsS3InputConfiguration>,SdkPojo
- Enclosing class:
- LabelsS3InputConfiguration
public static interface LabelsS3InputConfiguration.Builder extends SdkPojo, CopyableBuilder<LabelsS3InputConfiguration.Builder,LabelsS3InputConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LabelsS3InputConfiguration.Builderbucket(String bucket)The name of the S3 bucket holding the label data.LabelsS3InputConfiguration.Builderprefix(String prefix)The prefix for the S3 bucket used for the label data.-
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
-
bucket
LabelsS3InputConfiguration.Builder bucket(String bucket)
The 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.
-
prefix
LabelsS3InputConfiguration.Builder prefix(String prefix)
The 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.
-
-