Interface CancelJobRunRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CancelJobRunRequest.Builder,CancelJobRunRequest>,EmrServerlessRequest.Builder,SdkBuilder<CancelJobRunRequest.Builder,CancelJobRunRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CancelJobRunRequest
public static interface CancelJobRunRequest.Builder extends EmrServerlessRequest.Builder, SdkPojo, CopyableBuilder<CancelJobRunRequest.Builder,CancelJobRunRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CancelJobRunRequest.BuilderapplicationId(String applicationId)The ID of the application on which the job run will be canceled.CancelJobRunRequest.BuilderjobRunId(String jobRunId)The ID of the job run to cancel.CancelJobRunRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CancelJobRunRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.emrserverless.model.EmrServerlessRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
applicationId
CancelJobRunRequest.Builder applicationId(String applicationId)
The ID of the application on which the job run will be canceled.
- Parameters:
applicationId- The ID of the application on which the job run will be canceled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobRunId
CancelJobRunRequest.Builder jobRunId(String jobRunId)
The ID of the job run to cancel.
- Parameters:
jobRunId- The ID of the job run to cancel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CancelJobRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CancelJobRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-