Interface ExportLabelsTaskRunProperties.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExportLabelsTaskRunProperties.Builder,
,ExportLabelsTaskRunProperties> SdkBuilder<ExportLabelsTaskRunProperties.Builder,
,ExportLabelsTaskRunProperties> SdkPojo
- Enclosing class:
ExportLabelsTaskRunProperties
public static interface ExportLabelsTaskRunProperties.Builder
extends SdkPojo, CopyableBuilder<ExportLabelsTaskRunProperties.Builder,ExportLabelsTaskRunProperties>
-
Method Summary
Modifier 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.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 Details
-
outputS3Path
The 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.
-