Interface ImportLabelsTaskRunProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ImportLabelsTaskRunProperties.Builder,ImportLabelsTaskRunProperties>,SdkBuilder<ImportLabelsTaskRunProperties.Builder,ImportLabelsTaskRunProperties>,SdkPojo
- Enclosing class:
- ImportLabelsTaskRunProperties
public static interface ImportLabelsTaskRunProperties.Builder extends SdkPojo, CopyableBuilder<ImportLabelsTaskRunProperties.Builder,ImportLabelsTaskRunProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImportLabelsTaskRunProperties.BuilderinputS3Path(String inputS3Path)The Amazon Simple Storage Service (Amazon S3) path from where you will import the labels.ImportLabelsTaskRunProperties.Builderreplace(Boolean replace)Indicates whether to overwrite your existing 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 Detail
-
inputS3Path
ImportLabelsTaskRunProperties.Builder inputS3Path(String inputS3Path)
The Amazon Simple Storage Service (Amazon S3) path from where you will import the labels.
- Parameters:
inputS3Path- The Amazon Simple Storage Service (Amazon S3) path from where you will import the labels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replace
ImportLabelsTaskRunProperties.Builder replace(Boolean replace)
Indicates whether to overwrite your existing labels.
- Parameters:
replace- Indicates whether to overwrite your existing labels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-