Interface ExportLabelsTaskRunProperties.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ExportLabelsTaskRunProperties.Builder,,- ExportLabelsTaskRunProperties> - SdkBuilder<ExportLabelsTaskRunProperties.Builder,,- ExportLabelsTaskRunProperties> - SdkPojo
- Enclosing class:
- ExportLabelsTaskRunProperties
@Mutable
@NotThreadSafe
public static interface ExportLabelsTaskRunProperties.Builder
extends SdkPojo, CopyableBuilder<ExportLabelsTaskRunProperties.Builder,ExportLabelsTaskRunProperties> 
- 
Method SummaryModifier and TypeMethodDescriptionoutputS3Path(String outputS3Path) The Amazon Simple Storage Service (Amazon S3) path where you will export the labels.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- 
outputS3PathThe Amazon Simple Storage Service (Amazon S3) path where you will export the labels. - Parameters:
- outputS3Path- The Amazon Simple Storage Service (Amazon S3) path where you will export the labels.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-