Interface ListClustersResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListClustersResponse.Builder,
,ListClustersResponse> EcsResponse.Builder
,SdkBuilder<ListClustersResponse.Builder,
,ListClustersResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListClustersResponse
public static interface ListClustersResponse.Builder
extends EcsResponse.Builder, SdkPojo, CopyableBuilder<ListClustersResponse.Builder,ListClustersResponse>
-
Method Summary
Modifier and TypeMethodDescriptionclusterArns
(String... clusterArns) The list of full Amazon Resource Name (ARN) entries for each cluster that's associated with your account.clusterArns
(Collection<String> clusterArns) The list of full Amazon Resource Name (ARN) entries for each cluster that's associated with your account.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.ecs.model.EcsResponse.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
-
clusterArns
The list of full Amazon Resource Name (ARN) entries for each cluster that's associated with your account.
- Parameters:
clusterArns
- The list of full Amazon Resource Name (ARN) entries for each cluster that's associated with your account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterArns
The list of full Amazon Resource Name (ARN) entries for each cluster that's associated with your account.
- Parameters:
clusterArns
- The list of full Amazon Resource Name (ARN) entries for each cluster that's associated with your account.- 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
, this value can be used 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
, this value can be used 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.
-