public static interface CreateThemeResponse.Builder extends AmplifyUiBuilderResponse.Builder, SdkPojo, CopyableBuilder<CreateThemeResponse.Builder,CreateThemeResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateThemeResponse.Builder |
entity(Consumer<Theme.Builder> entity)
Describes the configuration of the new theme.
|
CreateThemeResponse.Builder |
entity(Theme entity)
Describes the configuration of the new theme.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateThemeResponse.Builder entity(Theme entity)
Describes the configuration of the new theme.
entity - Describes the configuration of the new theme.default CreateThemeResponse.Builder entity(Consumer<Theme.Builder> entity)
Describes the configuration of the new 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 © 2022. All rights reserved.