public static interface ListPackagesRequest.Builder extends PanoramaRequest.Builder, SdkPojo, CopyableBuilder<ListPackagesRequest.Builder,ListPackagesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPackagesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of packages to return in one page of results.
|
ListPackagesRequest.Builder |
nextToken(String nextToken)
Specify the pagination token from a previous request to retrieve the next page of results.
|
ListPackagesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPackagesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPackagesRequest.Builder maxResults(Integer maxResults)
The maximum number of packages to return in one page of results.
maxResults - The maximum number of packages to return in one page of results.ListPackagesRequest.Builder nextToken(String nextToken)
Specify the pagination token from a previous request to retrieve the next page of results.
nextToken - Specify the pagination token from a previous request to retrieve the next page of results.ListPackagesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPackagesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.