UpdateThemeForStackRequest.Builder |
UpdateThemeForStackRequest.Builder.attributesToDelete(Collection<ThemeAttribute> attributesToDelete) |
The attributes to delete.
|
UpdateThemeForStackRequest.Builder |
UpdateThemeForStackRequest.Builder.attributesToDelete(ThemeAttribute... attributesToDelete) |
The attributes to delete.
|
UpdateThemeForStackRequest.Builder |
UpdateThemeForStackRequest.Builder.attributesToDeleteWithStrings(String... attributesToDelete) |
The attributes to delete.
|
UpdateThemeForStackRequest.Builder |
UpdateThemeForStackRequest.Builder.attributesToDeleteWithStrings(Collection<String> attributesToDelete) |
The attributes to delete.
|
static UpdateThemeForStackRequest.Builder |
UpdateThemeForStackRequest.builder() |
|
default UpdateThemeForStackRequest.Builder |
UpdateThemeForStackRequest.Builder.faviconS3Location(Consumer<S3Location.Builder> faviconS3Location) |
The S3 location of the favicon.
|
UpdateThemeForStackRequest.Builder |
UpdateThemeForStackRequest.Builder.faviconS3Location(S3Location faviconS3Location) |
The S3 location of the favicon.
|
UpdateThemeForStackRequest.Builder |
UpdateThemeForStackRequest.Builder.footerLinks(Collection<ThemeFooterLink> footerLinks) |
The links that are displayed in the footer of the streaming application catalog page.
|
UpdateThemeForStackRequest.Builder |
UpdateThemeForStackRequest.Builder.footerLinks(Consumer<ThemeFooterLink.Builder>... footerLinks) |
The links that are displayed in the footer of the streaming application catalog page.
|
UpdateThemeForStackRequest.Builder |
UpdateThemeForStackRequest.Builder.footerLinks(ThemeFooterLink... footerLinks) |
The links that are displayed in the footer of the streaming application catalog page.
|
default UpdateThemeForStackRequest.Builder |
UpdateThemeForStackRequest.Builder.organizationLogoS3Location(Consumer<S3Location.Builder> organizationLogoS3Location) |
The organization logo that appears on the streaming application catalog page.
|
UpdateThemeForStackRequest.Builder |
UpdateThemeForStackRequest.Builder.organizationLogoS3Location(S3Location organizationLogoS3Location) |
The organization logo that appears on the streaming application catalog page.
|
UpdateThemeForStackRequest.Builder |
UpdateThemeForStackRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateThemeForStackRequest.Builder |
UpdateThemeForStackRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateThemeForStackRequest.Builder |
UpdateThemeForStackRequest.Builder.stackName(String stackName) |
The name of the stack for the theme.
|
UpdateThemeForStackRequest.Builder |
UpdateThemeForStackRequest.Builder.state(String state) |
Specifies whether custom branding should be applied to catalog page or not.
|
UpdateThemeForStackRequest.Builder |
UpdateThemeForStackRequest.Builder.state(ThemeState state) |
Specifies whether custom branding should be applied to catalog page or not.
|
UpdateThemeForStackRequest.Builder |
UpdateThemeForStackRequest.Builder.themeStyling(String themeStyling) |
The color theme that is applied to website links, text, and buttons.
|
UpdateThemeForStackRequest.Builder |
UpdateThemeForStackRequest.Builder.themeStyling(ThemeStyling themeStyling) |
The color theme that is applied to website links, text, and buttons.
|
UpdateThemeForStackRequest.Builder |
UpdateThemeForStackRequest.Builder.titleText(String titleText) |
The title that is displayed at the top of the browser tab during users' application streaming sessions.
|
UpdateThemeForStackRequest.Builder |
UpdateThemeForStackRequest.toBuilder() |
|