public static interface CancelStepsRequest.Builder extends EmrRequest.Builder, CopyableBuilder<CancelStepsRequest.Builder,CancelStepsRequest>
| Modifier and Type | Method and Description |
|---|---|
CancelStepsRequest.Builder |
clusterId(String clusterId)
The
ClusterID for which specified steps will be canceled. |
CancelStepsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CancelStepsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CancelStepsRequest.Builder |
stepIds(Collection<String> stepIds)
The list of
StepIDs to cancel. |
CancelStepsRequest.Builder |
stepIds(String... stepIds)
The list of
StepIDs to cancel. |
buildoverrideConfigurationcopyapplyMutation, buildCancelStepsRequest.Builder clusterId(String clusterId)
The ClusterID for which specified steps will be canceled. Use RunJobFlow and
ListClusters to get ClusterIDs.
clusterId - The ClusterID for which specified steps 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CancelStepsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.