| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
Theme.Builder |
Theme.Builder.appId(String appId)
The unique ID for the Amplify app associated with the theme.
|
static Theme.Builder |
Theme.builder() |
Theme.Builder |
Theme.Builder.createdAt(Instant createdAt)
The time that the theme was created.
|
Theme.Builder |
Theme.Builder.environmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
|
Theme.Builder |
Theme.Builder.id(String id)
The ID for the theme.
|
Theme.Builder |
Theme.Builder.modifiedAt(Instant modifiedAt)
The time that the theme was modified.
|
Theme.Builder |
Theme.Builder.name(String name)
The name of the theme.
|
Theme.Builder |
Theme.Builder.overrides(Collection<ThemeValues> overrides)
Describes the properties that can be overriden to customize a theme.
|
Theme.Builder |
Theme.Builder.overrides(Consumer<ThemeValues.Builder>... overrides)
Describes the properties that can be overriden to customize a theme.
|
Theme.Builder |
Theme.Builder.overrides(ThemeValues... overrides)
Describes the properties that can be overriden to customize a theme.
|
Theme.Builder |
Theme.Builder.tags(Map<String,String> tags)
One or more key-value pairs to use when tagging the theme.
|
Theme.Builder |
Theme.toBuilder() |
Theme.Builder |
Theme.Builder.values(Collection<ThemeValues> values)
A list of key-value pairs that defines the properties of the theme.
|
Theme.Builder |
Theme.Builder.values(Consumer<ThemeValues.Builder>... values)
A list of key-value pairs that defines the properties of the theme.
|
Theme.Builder |
Theme.Builder.values(ThemeValues... values)
A list of key-value pairs that defines the properties of the theme.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Theme.Builder> |
Theme.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateThemeResponse.Builder |
CreateThemeResponse.Builder.entity(Consumer<Theme.Builder> entity)
Describes the configuration of the new theme.
|
default UpdateThemeResponse.Builder |
UpdateThemeResponse.Builder.entity(Consumer<Theme.Builder> entity)
Describes the configuration of the updated theme.
|
default GetThemeResponse.Builder |
GetThemeResponse.Builder.theme(Consumer<Theme.Builder> theme)
Represents the configuration settings for the theme.
|
Copyright © 2022. All rights reserved.