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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListClustersResponse.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, you can use this value 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, you can use this value
to retrieve the next page of results. This value is null when there are no more results
to return.Copyright © 2022. All rights reserved.