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