CopyableBuilder<ListStepsRequest.Builder,ListStepsRequest>
, SdkBuilder<ListStepsRequest.Builder,ListStepsRequest>
public static interface ListStepsRequest.Builder extends CopyableBuilder<ListStepsRequest.Builder,ListStepsRequest>
Modifier and Type | Method | Description |
---|---|---|
ListStepsRequest.Builder |
clusterId(String clusterId) |
The identifier of the cluster for which to list the steps.
|
ListStepsRequest.Builder |
marker(String marker) |
The pagination token that indicates the next set of results to retrieve.
|
ListStepsRequest.Builder |
stepIds(String... stepIds) |
The filter to limit the step list based on the identifier of the steps.
|
ListStepsRequest.Builder |
stepIds(Collection<String> stepIds) |
The filter to limit the step list based on the identifier of the steps.
|
ListStepsRequest.Builder |
stepStates(String... stepStates) |
The filter to limit the step list based on certain states.
|
ListStepsRequest.Builder |
stepStates(Collection<String> stepStates) |
The filter to limit the step list based on certain states.
|
ListStepsRequest.Builder |
stepStates(StepState... stepStates) |
The filter to limit the step list based on certain states.
|
copy
apply, build
ListStepsRequest.Builder clusterId(String clusterId)
The identifier of the cluster for which to list the steps.
clusterId
- The identifier of the cluster for which to list the steps.ListStepsRequest.Builder stepStates(Collection<String> stepStates)
The filter to limit the step list based on certain states.
stepStates
- The filter to limit the step list based on certain states.StepState
ListStepsRequest.Builder stepStates(String... stepStates)
The filter to limit the step list based on certain states.
NOTE: This method appends the values to the existing list (if any). Use
#setStepStates(java.util.Collection)
or #withStepStates(java.util.Collection)
if you want to
override the existing values.
stepStates
- The filter to limit the step list based on certain states.StepState
ListStepsRequest.Builder stepStates(StepState... stepStates)
The filter to limit the step list based on certain states.
NOTE: This method appends the values to the existing list (if any). Use
#setStepStates(java.util.Collection)
or #withStepStates(java.util.Collection)
if you want to
override the existing values.
stepStates
- The filter to limit the step list based on certain states.StepState
ListStepsRequest.Builder stepIds(Collection<String> stepIds)
The filter to limit the step list based on the identifier of the steps.
stepIds
- The filter to limit the step list based on the identifier of the steps.ListStepsRequest.Builder stepIds(String... stepIds)
The filter to limit the step list based on the identifier of the steps.
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 filter to limit the step list based on the identifier of the steps.ListStepsRequest.Builder marker(String marker)
The pagination token that indicates the next set of results to retrieve.
marker
- The pagination token that indicates the next set of results to retrieve.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.