CopyableBuilder<DescribeClustersRequest.Builder,DescribeClustersRequest>
, SdkBuilder<DescribeClustersRequest.Builder,DescribeClustersRequest>
public static interface DescribeClustersRequest.Builder extends CopyableBuilder<DescribeClustersRequest.Builder,DescribeClustersRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeClustersRequest.Builder |
clusterNames(String... clusterNames) |
The names of the DAX clusters being described.
|
DescribeClustersRequest.Builder |
clusterNames(Collection<String> clusterNames) |
The names of the DAX clusters being described.
|
DescribeClustersRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of results to include in the response.
|
DescribeClustersRequest.Builder |
nextToken(String nextToken) |
An optional token returned from a prior request.
|
copy
apply, build
DescribeClustersRequest.Builder clusterNames(Collection<String> clusterNames)
The names of the DAX clusters being described.
clusterNames
- The names of the DAX clusters being described.DescribeClustersRequest.Builder clusterNames(String... clusterNames)
The names of the DAX clusters being described.
NOTE: This method appends the values to the existing list (if any). Use
#setClusterNames(java.util.Collection)
or #withClusterNames(java.util.Collection)
if you want
to override the existing values.
clusterNames
- The names of the DAX clusters being described.DescribeClustersRequest.Builder maxResults(Integer maxResults)
The maximum number of results to include in the response. If more results exist than the specified
MaxResults
value, a token is included in the response so that the remaining results can be
retrieved.
The value for MaxResults
must be between 20 and 100.
maxResults
- The maximum number of results to include in the response. If more results exist than the specified
MaxResults
value, a token is included in the response so that the remaining results can
be retrieved.
The value for MaxResults
must be between 20 and 100.
DescribeClustersRequest.Builder nextToken(String nextToken)
An optional token returned from a prior request. Use this token for pagination of results from this action.
If this parameter is specified, the response includes only results beyond the token, up to the value
specified by MaxResults
.
nextToken
- An optional token returned from a prior request. Use this token for pagination of results from this
action. If this parameter is specified, the response includes only results beyond the token, up to the
value specified by MaxResults
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.