CopyableBuilder<DescribeEcsClustersResponse.Builder,DescribeEcsClustersResponse>
, SdkBuilder<DescribeEcsClustersResponse.Builder,DescribeEcsClustersResponse>
public static interface DescribeEcsClustersResponse.Builder extends CopyableBuilder<DescribeEcsClustersResponse.Builder,DescribeEcsClustersResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeEcsClustersResponse.Builder |
ecsClusters(Collection<EcsCluster> ecsClusters) |
A list of
EcsCluster objects containing the cluster descriptions. |
DescribeEcsClustersResponse.Builder |
ecsClusters(EcsCluster... ecsClusters) |
A list of
EcsCluster objects containing the cluster descriptions. |
DescribeEcsClustersResponse.Builder |
nextToken(String nextToken) |
If a paginated request does not return all of the remaining results, this parameter is set to a token that
you can assign to the request object's
NextToken parameter to retrieve the next set of results. |
copy
apply, build
DescribeEcsClustersResponse.Builder ecsClusters(Collection<EcsCluster> ecsClusters)
A list of EcsCluster
objects containing the cluster descriptions.
ecsClusters
- A list of EcsCluster
objects containing the cluster descriptions.DescribeEcsClustersResponse.Builder ecsClusters(EcsCluster... ecsClusters)
A list of EcsCluster
objects containing the cluster descriptions.
NOTE: This method appends the values to the existing list (if any). Use
#setEcsClusters(java.util.Collection)
or #withEcsClusters(java.util.Collection)
if you want
to override the existing values.
ecsClusters
- A list of EcsCluster
objects containing the cluster descriptions.DescribeEcsClustersResponse.Builder nextToken(String nextToken)
If a paginated request does not return all of the remaining results, this parameter is set to a token that
you can assign to the request object's NextToken
parameter to retrieve the next set of results.
If the previous paginated request returned all of the remaining results, this parameter is set to
null
.
nextToken
- If a paginated request does not return all of the remaining results, this parameter is set to a token
that you can assign to the request object's NextToken
parameter to retrieve the next set
of results. If the previous paginated request returned all of the remaining results, this parameter is
set to null
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.