Interface ListContainersRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListContainersRequest.Builder,
,ListContainersRequest> MediaStoreRequest.Builder
,SdkBuilder<ListContainersRequest.Builder,
,ListContainersRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListContainersRequest
@Mutable
@NotThreadSafe
public static interface ListContainersRequest.Builder
extends MediaStoreRequest.Builder, SdkPojo, CopyableBuilder<ListContainersRequest.Builder,ListContainersRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults
(Integer maxResults) Enter the maximum number of containers in the response.Only if you usedMaxResults
in the first command, enter the token (which was included in the previous response) to obtain the next set of containers.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.mediastore.model.MediaStoreRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.- Parameters:
nextToken
- Only if you usedMaxResults
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
Enter the maximum number of containers in the response. Use from 1 to 255 characters.
- Parameters:
maxResults
- Enter the maximum number of containers in the response. Use from 1 to 255 characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListContainersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListContainersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-