public static interface DescribeLabelingJobRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<DescribeLabelingJobRequest.Builder,DescribeLabelingJobRequest>
Modifier and Type | Method and Description |
---|---|
DescribeLabelingJobRequest.Builder |
labelingJobName(String labelingJobName)
The name of the labeling job to return information for.
|
DescribeLabelingJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeLabelingJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
copy
applyMutation, build
DescribeLabelingJobRequest.Builder labelingJobName(String labelingJobName)
The name of the labeling job to return information for.
labelingJobName
- The name of the labeling job to return information for.DescribeLabelingJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DescribeLabelingJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2018. All rights reserved.