public static interface StartMlLabelingSetGenerationTaskRunRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<StartMlLabelingSetGenerationTaskRunRequest.Builder,StartMlLabelingSetGenerationTaskRunRequest>
Modifier and Type | Method and Description |
---|---|
StartMlLabelingSetGenerationTaskRunRequest.Builder |
outputS3Path(String outputS3Path)
The Amazon Simple Storage Service (Amazon S3) path where you generate the labeling set.
|
StartMlLabelingSetGenerationTaskRunRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
StartMlLabelingSetGenerationTaskRunRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
StartMlLabelingSetGenerationTaskRunRequest.Builder |
transformId(String transformId)
The unique identifier of the machine learning transform.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
StartMlLabelingSetGenerationTaskRunRequest.Builder transformId(String transformId)
The unique identifier of the machine learning transform.
transformId
- The unique identifier of the machine learning transform.StartMlLabelingSetGenerationTaskRunRequest.Builder outputS3Path(String outputS3Path)
The Amazon Simple Storage Service (Amazon S3) path where you generate the labeling set.
outputS3Path
- The Amazon Simple Storage Service (Amazon S3) path where you generate the labeling set.StartMlLabelingSetGenerationTaskRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.StartMlLabelingSetGenerationTaskRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.