public static interface CancelJobRunRequest.Builder extends EmrContainersRequest.Builder, SdkPojo, CopyableBuilder<CancelJobRunRequest.Builder,CancelJobRunRequest>
| Modifier and Type | Method and Description |
|---|---|
CancelJobRunRequest.Builder |
id(String id)
The ID of the job run to cancel.
|
CancelJobRunRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CancelJobRunRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CancelJobRunRequest.Builder |
virtualClusterId(String virtualClusterId)
The ID of the virtual cluster for which the job run will be canceled.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCancelJobRunRequest.Builder id(String id)
The ID of the job run to cancel.
id - The ID of the job run to cancel.CancelJobRunRequest.Builder virtualClusterId(String virtualClusterId)
The ID of the virtual cluster for which the job run will be canceled.
virtualClusterId - The ID of the virtual cluster for which the job run will be canceled.CancelJobRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCancelJobRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.