public static interface ListAppsRequest.Builder extends AmplifyRequest.Builder, SdkPojo, CopyableBuilder<ListAppsRequest.Builder,ListAppsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAppsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of records to list in a single response.
|
ListAppsRequest.Builder |
nextToken(String nextToken)
A pagination token.
|
ListAppsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAppsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAppsRequest.Builder nextToken(String nextToken)
A pagination token. If non-null, the pagination token is returned in a result. Pass its value in another request to retrieve more entries.
nextToken - A pagination token. If non-null, the pagination token is returned in a result. Pass its value in
another request to retrieve more entries.ListAppsRequest.Builder maxResults(Integer maxResults)
The maximum number of records to list in a single response.
maxResults - The maximum number of records to list in a single response.ListAppsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAppsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.