public static interface StopProcessingJobRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<StopProcessingJobRequest.Builder,StopProcessingJobRequest>
Modifier and Type | Method and Description |
---|---|
StopProcessingJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopProcessingJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopProcessingJobRequest.Builder |
processingJobName(String processingJobName)
The name of the processing job to stop.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
StopProcessingJobRequest.Builder processingJobName(String processingJobName)
The name of the processing job to stop.
processingJobName
- The name of the processing job to stop.StopProcessingJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
StopProcessingJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.