public static interface UpdateThemeRequest.Builder extends AmplifyUiBuilderRequest.Builder, SdkPojo, CopyableBuilder<UpdateThemeRequest.Builder,UpdateThemeRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateThemeRequest.Builder |
appId(String appId)
The unique ID for the Amplify app.
|
UpdateThemeRequest.Builder |
clientToken(String clientToken)
The unique client token.
|
UpdateThemeRequest.Builder |
environmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
|
UpdateThemeRequest.Builder |
id(String id)
The unique ID for the theme.
|
UpdateThemeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateThemeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateThemeRequest.Builder |
updatedTheme(Consumer<UpdateThemeData.Builder> updatedTheme)
The configuration of the updated theme.
|
UpdateThemeRequest.Builder |
updatedTheme(UpdateThemeData updatedTheme)
The configuration of the updated theme.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateThemeRequest.Builder appId(String appId)
The unique ID for the Amplify app.
appId - The unique ID for the Amplify app.UpdateThemeRequest.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.UpdateThemeRequest.Builder id(String id)
The unique ID for the theme.
id - The unique ID for the theme.UpdateThemeRequest.Builder clientToken(String clientToken)
The unique client token.
clientToken - The unique client token.UpdateThemeRequest.Builder updatedTheme(UpdateThemeData updatedTheme)
The configuration of the updated theme.
updatedTheme - The configuration of the updated theme.default UpdateThemeRequest.Builder updatedTheme(Consumer<UpdateThemeData.Builder> updatedTheme)
The configuration of the updated theme.
This is a convenience method that creates an instance of theUpdateThemeData.Builder avoiding the
need to create one manually via UpdateThemeData.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to updatedTheme(UpdateThemeData).
updatedTheme - a consumer that will call methods on UpdateThemeData.BuilderupdatedTheme(UpdateThemeData)UpdateThemeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateThemeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.