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 |
clusters(Collection<ClusterSummary> clusters) |
The list of clusters for the account based on the given filters.
|
ListClustersResponse.Builder |
clusters(ClusterSummary... clusters) |
The list of clusters for the account based on the given filters.
|
ListClustersResponse.Builder |
marker(String marker) |
The pagination token that indicates the next set of results to retrieve.
|
copy
apply, build
ListClustersResponse.Builder clusters(Collection<ClusterSummary> clusters)
The list of clusters for the account based on the given filters.
clusters
- The list of clusters for the account based on the given filters.ListClustersResponse.Builder clusters(ClusterSummary... clusters)
The list of clusters for the account based on the given filters.
NOTE: This method appends the values to the existing list (if any). Use
#setClusters(java.util.Collection)
or #withClusters(java.util.Collection)
if you want to
override the existing values.
clusters
- The list of clusters for the account based on the given filters.ListClustersResponse.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.