Interface ListClustersResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListClustersResponse.Builder,
,ListClustersResponse> EksResponse.Builder
,SdkBuilder<ListClustersResponse.Builder,
,ListClustersResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListClustersResponse
public static interface ListClustersResponse.Builder
extends EksResponse.Builder, SdkPojo, CopyableBuilder<ListClustersResponse.Builder,ListClustersResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA list of all of the clusters for your account in the specified Region.clusters
(Collection<String> clusters) A list of all of the clusters for your account in the specified Region.ThenextToken
value to include in a futureListClusters
request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.eks.model.EksResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
clusters
A list of all of the clusters for your account in the specified Region.
- Parameters:
clusters
- A list of all of the clusters for your account in the specified Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusters
A list of all of the clusters for your account in the specified Region.
- Parameters:
clusters
- A list of all of the clusters for your account in the specified Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The
nextToken
value to include in a futureListClusters
request. When the results of aListClusters
request exceedmaxResults
, you can use this value to retrieve the next page of results. This value isnull
when there are no more results to return.- Parameters:
nextToken
- ThenextToken
value to include in a futureListClusters
request. When the results of aListClusters
request exceedmaxResults
, you can use this value to retrieve the next page of results. This value isnull
when there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-