public static interface ListClustersResponse.Builder extends EMRResponse.Builder, CopyableBuilder<ListClustersResponse.Builder,ListClustersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListClustersResponse.Builder |
clusters(ClusterSummary... clusters)
The list of clusters for the account based on the given filters.
|
ListClustersResponse.Builder |
clusters(Collection<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.
|
buildcopyapply, buildListClustersResponse.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.
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.