public static interface DescribeEcsClustersResponse.Builder extends OpsWorksResponse.Builder, SdkPojo, CopyableBuilder<DescribeEcsClustersResponse.Builder,DescribeEcsClustersResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeEcsClustersResponse.Builder |
ecsClusters(Collection<EcsCluster> ecsClusters)
A list of
EcsCluster objects containing the cluster descriptions. |
DescribeEcsClustersResponse.Builder |
ecsClusters(Consumer<EcsCluster.Builder>... 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. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEcsClustersResponse.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.
ecsClusters - A list of EcsCluster objects containing the cluster descriptions.DescribeEcsClustersResponse.Builder ecsClusters(Consumer<EcsCluster.Builder>... ecsClusters)
A list of EcsCluster objects containing the cluster descriptions.
EcsCluster.Builder avoiding the need to create one
manually via EcsCluster.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #ecsClusters(List.
ecsClusters - a consumer that will call methods on
EcsCluster.Builder#ecsClusters(java.util.Collection) 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 © 2023. All rights reserved.