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
Modifier and TypeMethodDescriptioninputS3Path
(String inputS3Path) The Amazon Simple Storage Service (Amazon S3) path from where you will import the labels.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 Details
-
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
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.
-