public static interface GetThemeResponse.Builder extends AmplifyUiBuilderResponse.Builder, SdkPojo, CopyableBuilder<GetThemeResponse.Builder,GetThemeResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetThemeResponse.Builder |
theme(Consumer<Theme.Builder> theme)
Represents the configuration settings for the theme.
|
GetThemeResponse.Builder |
theme(Theme theme)
Represents the configuration settings for the theme.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetThemeResponse.Builder theme(Theme theme)
Represents the configuration settings for the theme.
theme - Represents the configuration settings for the theme.default GetThemeResponse.Builder theme(Consumer<Theme.Builder> theme)
Represents the configuration settings for the 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 theme(Theme).
theme - a consumer that will call methods on Theme.Buildertheme(Theme)Copyright © 2022. All rights reserved.