public static interface UpdateThemeResponse.Builder extends AmplifyUiBuilderResponse.Builder, SdkPojo, CopyableBuilder<UpdateThemeResponse.Builder,UpdateThemeResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateThemeResponse.Builder |
entity(Consumer<Theme.Builder> entity)
Describes the configuration of the updated theme.
|
UpdateThemeResponse.Builder |
entity(Theme entity)
Describes the configuration of the updated theme.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateThemeResponse.Builder entity(Theme entity)
Describes the configuration of the updated theme.
entity - Describes the configuration of the updated theme.default UpdateThemeResponse.Builder entity(Consumer<Theme.Builder> entity)
Describes the configuration of the updated theme.
This is a convenience method that creates an instance of theTheme.Builder avoiding the need to
create one manually via Theme.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to entity(Theme).
entity - a consumer that will call methods on Theme.Builderentity(Theme)Copyright © 2023. All rights reserved.