public static interface CancelJobRunRequest.Builder extends EmrServerlessRequest.Builder, SdkPojo, CopyableBuilder<CancelJobRunRequest.Builder,CancelJobRunRequest>
| Modifier and Type | Method and Description |
|---|---|
CancelJobRunRequest.Builder |
applicationId(String applicationId)
The ID of the application on which the job run will be canceled.
|
CancelJobRunRequest.Builder |
jobRunId(String jobRunId)
The ID of the job run to cancel.
|
CancelJobRunRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CancelJobRunRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCancelJobRunRequest.Builder applicationId(String applicationId)
The ID of the application on which the job run will be canceled.
applicationId - The ID of the application on which the job run will be canceled.CancelJobRunRequest.Builder jobRunId(String jobRunId)
The ID of the job run to cancel.
jobRunId - The ID of the job run to cancel.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.