public static interface DeleteThemeRequest.Builder extends AmplifyUiBuilderRequest.Builder, SdkPojo, CopyableBuilder<DeleteThemeRequest.Builder,DeleteThemeRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteThemeRequest.Builder |
appId(String appId)
The unique ID of the Amplify app associated with the theme to delete.
|
DeleteThemeRequest.Builder |
environmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
|
DeleteThemeRequest.Builder |
id(String id)
The unique ID of the theme to delete.
|
DeleteThemeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteThemeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteThemeRequest.Builder appId(String appId)
The unique ID of the Amplify app associated with the theme to delete.
appId - The unique ID of the Amplify app associated with the theme to delete.DeleteThemeRequest.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.DeleteThemeRequest.Builder id(String id)
The unique ID of the theme to delete.
id - The unique ID of the theme to delete.DeleteThemeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteThemeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.