CopyableBuilder<CancelStepsRequest.Builder,CancelStepsRequest>
, SdkBuilder<CancelStepsRequest.Builder,CancelStepsRequest>
public static interface CancelStepsRequest.Builder extends CopyableBuilder<CancelStepsRequest.Builder,CancelStepsRequest>
Modifier and Type | Method | Description |
---|---|---|
CancelStepsRequest.Builder |
clusterId(String clusterId) |
The
ClusterID for which specified steps will be canceled. |
CancelStepsRequest.Builder |
stepIds(String... stepIds) |
The list of
StepIDs to cancel. |
CancelStepsRequest.Builder |
stepIds(Collection<String> stepIds) |
The list of
StepIDs to cancel. |
copy
apply, build
CancelStepsRequest.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.
NOTE: This method appends the values to the existing list (if any). Use
#setStepIds(java.util.Collection)
or #withStepIds(java.util.Collection)
if you want to
override the existing values.
stepIds
- The list of StepIDs
to cancel. Use ListSteps to get steps and their states for the
specified cluster.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.