Interface LabelingSetGenerationTaskRunProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LabelingSetGenerationTaskRunProperties.Builder,LabelingSetGenerationTaskRunProperties>,SdkBuilder<LabelingSetGenerationTaskRunProperties.Builder,LabelingSetGenerationTaskRunProperties>,SdkPojo
- Enclosing class:
- LabelingSetGenerationTaskRunProperties
public static interface LabelingSetGenerationTaskRunProperties.Builder extends SdkPojo, CopyableBuilder<LabelingSetGenerationTaskRunProperties.Builder,LabelingSetGenerationTaskRunProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LabelingSetGenerationTaskRunProperties.BuilderoutputS3Path(String outputS3Path)The Amazon Simple Storage Service (Amazon S3) path where you will generate the labeling set.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
outputS3Path
LabelingSetGenerationTaskRunProperties.Builder outputS3Path(String outputS3Path)
The Amazon Simple Storage Service (Amazon S3) path where you will generate the labeling set.
- Parameters:
outputS3Path- The Amazon Simple Storage Service (Amazon S3) path where you will generate the labeling set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-