public static interface ListThemesRequest.Builder extends AmplifyUiBuilderRequest.Builder, SdkPojo, CopyableBuilder<ListThemesRequest.Builder,ListThemesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListThemesRequest.Builder |
appId(String appId)
The unique ID for the Amplify app.
|
ListThemesRequest.Builder |
environmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
|
ListThemesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of theme results to return in the response.
|
ListThemesRequest.Builder |
nextToken(String nextToken)
The token to request the next page of results.
|
ListThemesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListThemesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListThemesRequest.Builder appId(String appId)
The unique ID for the Amplify app.
appId - The unique ID for the Amplify app.ListThemesRequest.Builder environmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
environmentName - The name of the backend environment that is a part of the Amplify app.ListThemesRequest.Builder nextToken(String nextToken)
The token to request the next page of results.
nextToken - The token to request the next page of results.ListThemesRequest.Builder maxResults(Integer maxResults)
The maximum number of theme results to return in the response.
maxResults - The maximum number of theme results to return in the response.ListThemesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListThemesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.