public static interface CancelStepsRequest.Builder extends EmrRequest.Builder, SdkPojo, CopyableBuilder<CancelStepsRequest.Builder,CancelStepsRequest>
| Modifier and Type | Method and Description |
|---|---|
CancelStepsRequest.Builder |
clusterId(String clusterId)
The
ClusterID for the specified steps that will be canceled. |
CancelStepsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CancelStepsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CancelStepsRequest.Builder |
stepCancellationOption(StepCancellationOption stepCancellationOption)
The option to choose to cancel
RUNNING steps. |
CancelStepsRequest.Builder |
stepCancellationOption(String stepCancellationOption)
The option to choose to cancel
RUNNING steps. |
CancelStepsRequest.Builder |
stepIds(Collection<String> stepIds)
The list of
StepIDs to cancel. |
CancelStepsRequest.Builder |
stepIds(String... stepIds)
The list of
StepIDs to cancel. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCancelStepsRequest.Builder clusterId(String clusterId)
The ClusterID for the specified steps that will be canceled. Use RunJobFlow and
ListClusters to get ClusterIDs.
clusterId - The ClusterID for the specified steps that will be canceled. Use RunJobFlow and
ListClusters to get ClusterIDs.CancelStepsRequest.Builder stepIds(Collection<String> stepIds)
The list of StepIDs to cancel. Use ListSteps to get steps and their states for the
specified cluster.
stepIds - The list of StepIDs to cancel. Use ListSteps to get steps and their states for the
specified cluster.CancelStepsRequest.Builder stepIds(String... stepIds)
The list of StepIDs to cancel. Use ListSteps to get steps and their states for the
specified cluster.
stepIds - The list of StepIDs to cancel. Use ListSteps to get steps and their states for the
specified cluster.CancelStepsRequest.Builder stepCancellationOption(String stepCancellationOption)
The option to choose to cancel RUNNING steps. By default, the value is
SEND_INTERRUPT.
stepCancellationOption - The option to choose to cancel RUNNING steps. By default, the value is
SEND_INTERRUPT.StepCancellationOption,
StepCancellationOptionCancelStepsRequest.Builder stepCancellationOption(StepCancellationOption stepCancellationOption)
The option to choose to cancel RUNNING steps. By default, the value is
SEND_INTERRUPT.
stepCancellationOption - The option to choose to cancel RUNNING steps. By default, the value is
SEND_INTERRUPT.StepCancellationOption,
StepCancellationOptionCancelStepsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCancelStepsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.