Interface ListBundlesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListBundlesRequest.Builder,ListBundlesRequest>,MobileRequest.Builder,SdkBuilder<ListBundlesRequest.Builder,ListBundlesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListBundlesRequest
public static interface ListBundlesRequest.Builder extends MobileRequest.Builder, SdkPojo, CopyableBuilder<ListBundlesRequest.Builder,ListBundlesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListBundlesRequest.BuildermaxResults(Integer maxResults)Maximum number of records to list in a single response.ListBundlesRequest.BuildernextToken(String nextToken)Pagination token.ListBundlesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListBundlesRequest.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.mobile.model.MobileRequest.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
-
maxResults
ListBundlesRequest.Builder maxResults(Integer maxResults)
Maximum number of records to list in a single response.
- Parameters:
maxResults- Maximum number of records to list in a single response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListBundlesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListBundlesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-