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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListContainersRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.ListContainersRequest.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.