Interface StartImportLabelsTaskRunRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartImportLabelsTaskRunRequest.Builder,StartImportLabelsTaskRunRequest>,GlueRequest.Builder,SdkBuilder<StartImportLabelsTaskRunRequest.Builder,StartImportLabelsTaskRunRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartImportLabelsTaskRunRequest
public static interface StartImportLabelsTaskRunRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<StartImportLabelsTaskRunRequest.Builder,StartImportLabelsTaskRunRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartImportLabelsTaskRunRequest.BuilderinputS3Path(String inputS3Path)The Amazon Simple Storage Service (Amazon S3) path from where you import the labels.StartImportLabelsTaskRunRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartImportLabelsTaskRunRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartImportLabelsTaskRunRequest.BuilderreplaceAllLabels(Boolean replaceAllLabels)Indicates whether to overwrite your existing labels.StartImportLabelsTaskRunRequest.BuildertransformId(String transformId)The unique identifier of the machine learning transform.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.Builder
build
-
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
-
transformId
StartImportLabelsTaskRunRequest.Builder transformId(String transformId)
The unique identifier of the machine learning transform.
- Parameters:
transformId- The unique identifier of the machine learning transform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputS3Path
StartImportLabelsTaskRunRequest.Builder inputS3Path(String inputS3Path)
The Amazon Simple Storage Service (Amazon S3) path from where you import the labels.
- Parameters:
inputS3Path- The Amazon Simple Storage Service (Amazon S3) path from where you import the labels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replaceAllLabels
StartImportLabelsTaskRunRequest.Builder replaceAllLabels(Boolean replaceAllLabels)
Indicates whether to overwrite your existing labels.
- Parameters:
replaceAllLabels- Indicates whether to overwrite your existing labels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartImportLabelsTaskRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartImportLabelsTaskRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-