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
Modifier and TypeMethodDescriptionoutputS3Path(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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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.
 
 
 -