CopyableBuilder<ListClustersResponse.Builder,ListClustersResponse>, SdkBuilder<ListClustersResponse.Builder,ListClustersResponse>public static interface ListClustersResponse.Builder extends CopyableBuilder<ListClustersResponse.Builder,ListClustersResponse>
| Modifier and Type | Method | Description |
|---|---|---|
ListClustersResponse.Builder |
clusterListEntries(Collection<ClusterListEntry> clusterListEntries) |
Each
ClusterListEntry object contains a cluster's state, a cluster's ID, and other important
status information. |
ListClustersResponse.Builder |
clusterListEntries(ClusterListEntry... clusterListEntries) |
Each
ClusterListEntry object contains a cluster's state, a cluster's ID, and other important
status information. |
ListClustersResponse.Builder |
nextToken(String nextToken) |
HTTP requests are stateless.
|
copyapply, buildListClustersResponse.Builder clusterListEntries(Collection<ClusterListEntry> clusterListEntries)
Each ClusterListEntry object contains a cluster's state, a cluster's ID, and other important
status information.
clusterListEntries - Each ClusterListEntry object contains a cluster's state, a cluster's ID, and other
important status information.ListClustersResponse.Builder clusterListEntries(ClusterListEntry... clusterListEntries)
Each ClusterListEntry object contains a cluster's state, a cluster's ID, and other important
status information.
NOTE: This method appends the values to the existing list (if any). Use
#setClusterListEntries(java.util.Collection) or #withClusterListEntries(java.util.Collection)
if you want to override the existing values.
clusterListEntries - Each ClusterListEntry object contains a cluster's state, a cluster's ID, and other
important status information.ListClustersResponse.Builder nextToken(String nextToken)
HTTP requests are stateless. If you use the automatically generated NextToken value in your next
ClusterListEntry call, your list of returned clusters will start from this point in the array.
nextToken - HTTP requests are stateless. If you use the automatically generated NextToken value in
your next ClusterListEntry call, your list of returned clusters will start from this
point in the array.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.