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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CancelStepsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.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. |
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.CancelStepsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.