CopyableBuilder<ListClustersRequest.Builder,ListClustersRequest>
, SdkBuilder<ListClustersRequest.Builder,ListClustersRequest>
public static interface ListClustersRequest.Builder extends CopyableBuilder<ListClustersRequest.Builder,ListClustersRequest>
Modifier and Type | Method | Description |
---|---|---|
ListClustersRequest.Builder |
clusterStates(String... clusterStates) |
The cluster state filters to apply when listing clusters.
|
ListClustersRequest.Builder |
clusterStates(Collection<String> clusterStates) |
The cluster state filters to apply when listing clusters.
|
ListClustersRequest.Builder |
clusterStates(ClusterState... clusterStates) |
The cluster state filters to apply when listing clusters.
|
ListClustersRequest.Builder |
createdAfter(Date createdAfter) |
The creation date and time beginning value filter for listing clusters.
|
ListClustersRequest.Builder |
createdBefore(Date createdBefore) |
The creation date and time end value filter for listing clusters.
|
ListClustersRequest.Builder |
marker(String marker) |
The pagination token that indicates the next set of results to retrieve.
|
copy
apply, build
ListClustersRequest.Builder createdAfter(Date createdAfter)
The creation date and time beginning value filter for listing clusters.
createdAfter
- The creation date and time beginning value filter for listing clusters.ListClustersRequest.Builder createdBefore(Date createdBefore)
The creation date and time end value filter for listing clusters.
createdBefore
- The creation date and time end value filter for listing clusters.ListClustersRequest.Builder clusterStates(Collection<String> clusterStates)
The cluster state filters to apply when listing clusters.
clusterStates
- The cluster state filters to apply when listing clusters.ClusterState
ListClustersRequest.Builder clusterStates(String... clusterStates)
The cluster state filters to apply when listing clusters.
NOTE: This method appends the values to the existing list (if any). Use
#setClusterStates(java.util.Collection)
or #withClusterStates(java.util.Collection)
if you
want to override the existing values.
clusterStates
- The cluster state filters to apply when listing clusters.ClusterState
ListClustersRequest.Builder clusterStates(ClusterState... clusterStates)
The cluster state filters to apply when listing clusters.
NOTE: This method appends the values to the existing list (if any). Use
#setClusterStates(java.util.Collection)
or #withClusterStates(java.util.Collection)
if you
want to override the existing values.
clusterStates
- The cluster state filters to apply when listing clusters.ClusterState
ListClustersRequest.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.