public static interface ListClustersResponse.Builder extends EksResponse.Builder, SdkPojo, CopyableBuilder<ListClustersResponse.Builder,ListClustersResponse>
Modifier and Type | Method and Description |
---|---|
ListClustersResponse.Builder |
clusters(Collection<String> clusters)
A list of all of the clusters for your account in the specified Region.
|
ListClustersResponse.Builder |
clusters(String... clusters)
A list of all of the clusters for your account in the specified Region.
|
ListClustersResponse.Builder |
nextToken(String nextToken)
The
nextToken value to include in a future ListClusters request. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListClustersResponse.Builder clusters(Collection<String> clusters)
A list of all of the clusters for your account in the specified Region.
clusters
- A list of all of the clusters for your account in the specified Region.ListClustersResponse.Builder clusters(String... clusters)
A list of all of the clusters for your account in the specified Region.
clusters
- A list of all of the clusters for your account in the specified Region.ListClustersResponse.Builder nextToken(String nextToken)
The nextToken
value to include in a future ListClusters
request. When the results
of a ListClusters
request exceed maxResults
, this value can be used to retrieve the
next page of results. This value is null
when there are no more results to return.
nextToken
- The nextToken
value to include in a future ListClusters
request. When the
results of a ListClusters
request exceed maxResults
, this value can be used
to retrieve the next page of results. This value is null
when there are no more results
to return.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.