public static interface ListClustersRequest.Builder extends SnowballRequest.Builder, CopyableBuilder<ListClustersRequest.Builder,ListClustersRequest>
Modifier and Type | Method and Description |
---|---|
ListClustersRequest.Builder |
maxResults(Integer maxResults)
The number of
ClusterListEntry objects to return. |
ListClustersRequest.Builder |
nextToken(String nextToken)
HTTP requests are stateless.
|
ListClustersRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListClustersRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
ListClustersRequest.Builder maxResults(Integer maxResults)
The number of ClusterListEntry
objects to return.
maxResults
- The number of ClusterListEntry
objects to return.ListClustersRequest.Builder nextToken(String nextToken)
HTTP requests are stateless. To identify what object comes "next" in the list of
ClusterListEntry
objects, you have the option of specifying NextToken
as the
starting point for your returned list.
nextToken
- HTTP requests are stateless. To identify what object comes "next" in the list of
ClusterListEntry
objects, you have the option of specifying NextToken
as the
starting point for your returned list.ListClustersRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.ListClustersRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.