public static interface DescribeClustersRequest.Builder extends CloudHSMV2Request.Builder, CopyableBuilder<DescribeClustersRequest.Builder,DescribeClustersRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeClustersRequest.Builder |
filters(Map<String,? extends Collection<String>> filters)
One or more filters to limit the items returned in the response.
|
DescribeClustersRequest.Builder |
maxResults(Integer maxResults)
The maximum number of clusters to return in the response.
|
DescribeClustersRequest.Builder |
nextToken(String nextToken)
The
NextToken value that you received in the previous response. |
DescribeClustersRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeClustersRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildDescribeClustersRequest.Builder filters(Map<String,? extends Collection<String>> filters)
One or more filters to limit the items returned in the response.
Use the clusterIds filter to return only the specified clusters. Specify clusters by their
cluster identifier (ID).
Use the vpcIds filter to return only the clusters in the specified virtual private clouds
(VPCs). Specify VPCs by their VPC identifier (ID).
Use the states filter to return only clusters that match the specified state.
filters - One or more filters to limit the items returned in the response.
Use the clusterIds filter to return only the specified clusters. Specify clusters by
their cluster identifier (ID).
Use the vpcIds filter to return only the clusters in the specified virtual private clouds
(VPCs). Specify VPCs by their VPC identifier (ID).
Use the states filter to return only clusters that match the specified state.
DescribeClustersRequest.Builder nextToken(String nextToken)
The NextToken value that you received in the previous response. Use this value to get more
clusters.
nextToken - The NextToken value that you received in the previous response. Use this value to get
more clusters.DescribeClustersRequest.Builder maxResults(Integer maxResults)
The maximum number of clusters to return in the response. When there are more clusters than the number you
specify, the response contains a NextToken value.
maxResults - The maximum number of clusters to return in the response. When there are more clusters than the number
you specify, the response contains a NextToken value.DescribeClustersRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeClustersRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.