public static interface ListBundlesRequest.Builder extends MobileRequest.Builder, CopyableBuilder<ListBundlesRequest.Builder,ListBundlesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListBundlesRequest.Builder |
maxResults(Integer maxResults)
Maximum number of records to list in a single response.
|
ListBundlesRequest.Builder |
nextToken(String nextToken)
Pagination token.
|
ListBundlesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListBundlesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildListBundlesRequest.Builder maxResults(Integer maxResults)
Maximum number of records to list in a single response.
maxResults - Maximum number of records to list in a single response.ListBundlesRequest.Builder nextToken(String nextToken)
Pagination token. Set to null to start listing bundles from start. If non-null pagination token is returned in a result, then pass its value in here in another request to list more bundles.
nextToken - Pagination token. Set to null to start listing bundles from start. If non-null pagination token is
returned in a result, then pass its value in here in another request to list more bundles.ListBundlesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListBundlesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.