public static interface ListContainersRequest.Builder extends MediaStoreRequest.Builder, CopyableBuilder<ListContainersRequest.Builder,ListContainersRequest>
Modifier and Type | Method and Description |
---|---|
ListContainersRequest.Builder |
maxResults(Integer maxResults)
Enter the maximum number of containers in the response.
|
ListContainersRequest.Builder |
nextToken(String nextToken)
Only if you used
MaxResults in the first command, enter the token (which was included in the
previous response) to obtain the next set of containers. |
ListContainersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListContainersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListContainersRequest.Builder nextToken(String nextToken)
Only if you used MaxResults
in the first command, enter the token (which was included in the
previous response) to obtain the next set of containers. This token is included in a response only if there
actually are more containers to list.
nextToken
- Only if you used MaxResults
in the first command, enter the token (which was included in
the previous response) to obtain the next set of containers. This token is included in a response only
if there actually are more containers to list.ListContainersRequest.Builder maxResults(Integer maxResults)
Enter the maximum number of containers in the response. Use from 1 to 255 characters.
maxResults
- Enter the maximum number of containers in the response. Use from 1 to 255 characters.ListContainersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListContainersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.