Interface ListContainersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListContainersRequest.Builder,ListContainersRequest>,MediaStoreRequest.Builder,SdkBuilder<ListContainersRequest.Builder,ListContainersRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListContainersRequest
public static interface ListContainersRequest.Builder extends MediaStoreRequest.Builder, SdkPojo, CopyableBuilder<ListContainersRequest.Builder,ListContainersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListContainersRequest.BuildermaxResults(Integer maxResults)Enter the maximum number of containers in the response.ListContainersRequest.BuildernextToken(String nextToken)Only if you usedMaxResultsin the first command, enter the token (which was included in the previous response) to obtain the next set of containers.ListContainersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListContainersRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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, sdkFields
-
-
-
-
Method Detail
-
nextToken
ListContainersRequest.Builder nextToken(String nextToken)
Only if you used
MaxResultsin 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 usedMaxResultsin 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
ListContainersRequest.Builder maxResults(Integer 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListContainersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-