public static interface ListContainersRequest.Builder extends MediaStoreRequest.Builder, SdkPojo, 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) |
ListContainersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListContainersRequest.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)
overrideConfiguration in interface AwsRequest.BuilderListContainersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.