Interface StartExportLabelsTaskRunRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartExportLabelsTaskRunRequest.Builder,StartExportLabelsTaskRunRequest>,GlueRequest.Builder,SdkBuilder<StartExportLabelsTaskRunRequest.Builder,StartExportLabelsTaskRunRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartExportLabelsTaskRunRequest
public static interface StartExportLabelsTaskRunRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<StartExportLabelsTaskRunRequest.Builder,StartExportLabelsTaskRunRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartExportLabelsTaskRunRequest.BuilderoutputS3Path(String outputS3Path)The Amazon S3 path where you export the labels.StartExportLabelsTaskRunRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartExportLabelsTaskRunRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartExportLabelsTaskRunRequest.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, sdkFields
-
-
-
-
Method Detail
-
transformId
StartExportLabelsTaskRunRequest.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.
-
outputS3Path
StartExportLabelsTaskRunRequest.Builder outputS3Path(String outputS3Path)
The Amazon S3 path where you export the labels.
- Parameters:
outputS3Path- The Amazon S3 path where you export the labels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartExportLabelsTaskRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartExportLabelsTaskRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-