Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListStepsRequest.Builder,ListStepsRequest>
@Generated("software.amazon.awssdk:codegen") public class ListStepsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListStepsRequest.Builder,ListStepsRequest>
This input determines which steps to list.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListStepsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListStepsRequest.Builder |
builder() |
|
String |
clusterId() |
The identifier of the cluster for which to list the steps.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
marker() |
The pagination token that indicates the next set of results to retrieve.
|
static Class<? extends ListStepsRequest.Builder> |
serializableBuilderClass() |
|
List<String> |
stepIds() |
The filter to limit the step list based on the identifier of the steps.
|
List<String> |
stepStates() |
The filter to limit the step list based on certain states.
|
ListStepsRequest.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, withSdkClientExecutionTimeout
public String clusterId()
The identifier of the cluster for which to list the steps.
public List<String> stepStates()
The filter to limit the step list based on certain states.
StepState
public List<String> stepIds()
The filter to limit the step list based on the identifier of the steps.
public String marker()
The pagination token that indicates the next set of results to retrieve.
public ListStepsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListStepsRequest.Builder,ListStepsRequest>
public static ListStepsRequest.Builder builder()
public static Class<? extends ListStepsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.