Interface CreateThemeForStackRequest.Builder
- All Superinterfaces:
AppStreamRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateThemeForStackRequest.Builder,
,CreateThemeForStackRequest> SdkBuilder<CreateThemeForStackRequest.Builder,
,CreateThemeForStackRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateThemeForStackRequest
-
Method Summary
Modifier and TypeMethodDescriptionfaviconS3Location
(Consumer<S3Location.Builder> faviconS3Location) The S3 location of the favicon.faviconS3Location
(S3Location faviconS3Location) The S3 location of the favicon.footerLinks
(Collection<ThemeFooterLink> footerLinks) The links that are displayed in the footer of the streaming application catalog page.footerLinks
(Consumer<ThemeFooterLink.Builder>... footerLinks) The links that are displayed in the footer of the streaming application catalog page.footerLinks
(ThemeFooterLink... footerLinks) The links that are displayed in the footer of the streaming application catalog page.organizationLogoS3Location
(Consumer<S3Location.Builder> organizationLogoS3Location) The organization logo that appears on the streaming application catalog page.organizationLogoS3Location
(S3Location organizationLogoS3Location) The organization logo that appears on the streaming application catalog page.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The name of the stack for the theme.themeStyling
(String themeStyling) The color theme that is applied to website links, text, and buttons.themeStyling
(ThemeStyling themeStyling) The color theme that is applied to website links, text, and buttons.The title that is displayed at the top of the browser tab during users' application streaming sessions.Methods inherited from interface software.amazon.awssdk.services.appstream.model.AppStreamRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
stackName
The name of the stack for the theme.
- Parameters:
stackName
- The name of the stack for the theme.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
titleText
The title that is displayed at the top of the browser tab during users' application streaming sessions.
- Parameters:
titleText
- The title that is displayed at the top of the browser tab during users' application streaming sessions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
themeStyling
The color theme that is applied to website links, text, and buttons. These colors are also applied as accents in the background for the streaming application catalog page.
- Parameters:
themeStyling
- The color theme that is applied to website links, text, and buttons. These colors are also applied as accents in the background for the streaming application catalog page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
themeStyling
The color theme that is applied to website links, text, and buttons. These colors are also applied as accents in the background for the streaming application catalog page.
- Parameters:
themeStyling
- The color theme that is applied to website links, text, and buttons. These colors are also applied as accents in the background for the streaming application catalog page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
organizationLogoS3Location
CreateThemeForStackRequest.Builder organizationLogoS3Location(S3Location organizationLogoS3Location) The organization logo that appears on the streaming application catalog page.
- Parameters:
organizationLogoS3Location
- The organization logo that appears on the streaming application catalog page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationLogoS3Location
default CreateThemeForStackRequest.Builder organizationLogoS3Location(Consumer<S3Location.Builder> organizationLogoS3Location) The organization logo that appears on the streaming application catalog page.
This is a convenience method that creates an instance of theS3Location.Builder
avoiding the need to create one manually viaS3Location.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toorganizationLogoS3Location(S3Location)
.- Parameters:
organizationLogoS3Location
- a consumer that will call methods onS3Location.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
faviconS3Location
The S3 location of the favicon. The favicon enables users to recognize their application streaming site in a browser full of tabs or bookmarks. It is displayed at the top of the browser tab for the application streaming site during users' streaming sessions.
- Parameters:
faviconS3Location
- The S3 location of the favicon. The favicon enables users to recognize their application streaming site in a browser full of tabs or bookmarks. It is displayed at the top of the browser tab for the application streaming site during users' streaming sessions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
faviconS3Location
default CreateThemeForStackRequest.Builder faviconS3Location(Consumer<S3Location.Builder> faviconS3Location) The S3 location of the favicon. The favicon enables users to recognize their application streaming site in a browser full of tabs or bookmarks. It is displayed at the top of the browser tab for the application streaming site during users' streaming sessions.
This is a convenience method that creates an instance of theS3Location.Builder
avoiding the need to create one manually viaS3Location.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofaviconS3Location(S3Location)
.- Parameters:
faviconS3Location
- a consumer that will call methods onS3Location.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateThemeForStackRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateThemeForStackRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-