Cloneable, ReadLimitInfo, ToCopyableBuilder<CancelStepsRequest.Builder,CancelStepsRequest>@Generated("software.amazon.awssdk:codegen") public class CancelStepsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CancelStepsRequest.Builder,CancelStepsRequest>
The input argument to the CancelSteps operation.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
CancelStepsRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static CancelStepsRequest.Builder |
builder() |
|
String |
clusterId() |
The
ClusterID for which specified steps will be canceled. |
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends CancelStepsRequest.Builder> |
serializableBuilderClass() |
|
List<String> |
stepIds() |
The list of
StepIDs to cancel. |
CancelStepsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String clusterId()
The ClusterID for which specified steps will be canceled. Use RunJobFlow and
ListClusters to get ClusterIDs.
ClusterID for which specified steps will be canceled. Use RunJobFlow and
ListClusters to get ClusterIDs.public List<String> stepIds()
The list of StepIDs to cancel. Use ListSteps to get steps and their states for the specified
cluster.
StepIDs to cancel. Use ListSteps to get steps and their states for the
specified cluster.public CancelStepsRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<CancelStepsRequest.Builder,CancelStepsRequest>public static CancelStepsRequest.Builder builder()
public static Class<? extends CancelStepsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.