public static interface ExportThemesRequest.Builder extends AmplifyUiBuilderRequest.Builder, SdkPojo, CopyableBuilder<ExportThemesRequest.Builder,ExportThemesRequest>
| Modifier and Type | Method and Description |
|---|---|
ExportThemesRequest.Builder |
appId(String appId)
The unique ID of the Amplify app to export the themes to.
|
ExportThemesRequest.Builder |
environmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
|
ExportThemesRequest.Builder |
nextToken(String nextToken)
The token to request the next page of results.
|
ExportThemesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ExportThemesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildExportThemesRequest.Builder appId(String appId)
The unique ID of the Amplify app to export the themes to.
appId - The unique ID of the Amplify app to export the themes to.ExportThemesRequest.Builder environmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
environmentName - The name of the backend environment that is part of the Amplify app.ExportThemesRequest.Builder nextToken(String nextToken)
The token to request the next page of results.
nextToken - The token to request the next page of results.ExportThemesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderExportThemesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.