CopyableBuilder<DescribeClustersResponse.Builder,DescribeClustersResponse>, SdkBuilder<DescribeClustersResponse.Builder,DescribeClustersResponse>public static interface DescribeClustersResponse.Builder extends CopyableBuilder<DescribeClustersResponse.Builder,DescribeClustersResponse>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeClustersResponse.Builder |
clusters(Collection<Cluster> clusters) |
The descriptions of your DAX clusters, in response to a DescribeClusters request.
|
DescribeClustersResponse.Builder |
clusters(Cluster... clusters) |
The descriptions of your DAX clusters, in response to a DescribeClusters request.
|
DescribeClustersResponse.Builder |
nextToken(String nextToken) |
Provides an identifier to allow retrieval of paginated results.
|
copyapply, buildDescribeClustersResponse.Builder nextToken(String nextToken)
Provides an identifier to allow retrieval of paginated results.
nextToken - Provides an identifier to allow retrieval of paginated results.DescribeClustersResponse.Builder clusters(Collection<Cluster> clusters)
The descriptions of your DAX clusters, in response to a DescribeClusters request.
clusters - The descriptions of your DAX clusters, in response to a DescribeClusters request.DescribeClustersResponse.Builder clusters(Cluster... clusters)
The descriptions of your DAX clusters, in response to a DescribeClusters request.
NOTE: This method appends the values to the existing list (if any). Use
#setClusters(java.util.Collection) or #withClusters(java.util.Collection) if you want to
override the existing values.
clusters - The descriptions of your DAX clusters, in response to a DescribeClusters request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.