Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListClustersRequest.Builder,ListClustersRequest>
@Generated("software.amazon.awssdk:codegen") public class ListClustersRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListClustersRequest.Builder,ListClustersRequest>
This input determines how the ListClusters action filters the list of clusters that it returns.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListClustersRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListClustersRequest.Builder |
builder() |
|
List<String> |
clusterStates() |
The cluster state filters to apply when listing clusters.
|
Date |
createdAfter() |
The creation date and time beginning value filter for listing clusters.
|
Date |
createdBefore() |
The creation date and time end value filter for listing clusters.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
marker() |
The pagination token that indicates the next set of results to retrieve.
|
static Class<? extends ListClustersRequest.Builder> |
serializableBuilderClass() |
|
ListClustersRequest.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 Date createdAfter()
The creation date and time beginning value filter for listing clusters.
public Date createdBefore()
The creation date and time end value filter for listing clusters.
public List<String> clusterStates()
The cluster state filters to apply when listing clusters.
ClusterState
public String marker()
The pagination token that indicates the next set of results to retrieve.
public ListClustersRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListClustersRequest.Builder,ListClustersRequest>
public static ListClustersRequest.Builder builder()
public static Class<? extends ListClustersRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.