Interface UpdateThemeForStackRequest.Builder
-
- All Superinterfaces:
AppStreamRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<UpdateThemeForStackRequest.Builder,UpdateThemeForStackRequest>,SdkBuilder<UpdateThemeForStackRequest.Builder,UpdateThemeForStackRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateThemeForStackRequest
public static interface UpdateThemeForStackRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<UpdateThemeForStackRequest.Builder,UpdateThemeForStackRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateThemeForStackRequest.BuilderattributesToDelete(Collection<ThemeAttribute> attributesToDelete)The attributes to delete.UpdateThemeForStackRequest.BuilderattributesToDelete(ThemeAttribute... attributesToDelete)The attributes to delete.UpdateThemeForStackRequest.BuilderattributesToDeleteWithStrings(String... attributesToDelete)The attributes to delete.UpdateThemeForStackRequest.BuilderattributesToDeleteWithStrings(Collection<String> attributesToDelete)The attributes to delete.default UpdateThemeForStackRequest.BuilderfaviconS3Location(Consumer<S3Location.Builder> faviconS3Location)The S3 location of the favicon.UpdateThemeForStackRequest.BuilderfaviconS3Location(S3Location faviconS3Location)The S3 location of the favicon.UpdateThemeForStackRequest.BuilderfooterLinks(Collection<ThemeFooterLink> footerLinks)The links that are displayed in the footer of the streaming application catalog page.UpdateThemeForStackRequest.BuilderfooterLinks(Consumer<ThemeFooterLink.Builder>... footerLinks)The links that are displayed in the footer of the streaming application catalog page.UpdateThemeForStackRequest.BuilderfooterLinks(ThemeFooterLink... footerLinks)The links that are displayed in the footer of the streaming application catalog page.default UpdateThemeForStackRequest.BuilderorganizationLogoS3Location(Consumer<S3Location.Builder> organizationLogoS3Location)The organization logo that appears on the streaming application catalog page.UpdateThemeForStackRequest.BuilderorganizationLogoS3Location(S3Location organizationLogoS3Location)The organization logo that appears on the streaming application catalog page.UpdateThemeForStackRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateThemeForStackRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateThemeForStackRequest.BuilderstackName(String stackName)The name of the stack for the theme.UpdateThemeForStackRequest.Builderstate(String state)Specifies whether custom branding should be applied to catalog page or not.UpdateThemeForStackRequest.Builderstate(ThemeState state)Specifies whether custom branding should be applied to catalog page or not.UpdateThemeForStackRequest.BuilderthemeStyling(String themeStyling)The color theme that is applied to website links, text, and buttons.UpdateThemeForStackRequest.BuilderthemeStyling(ThemeStyling themeStyling)The color theme that is applied to website links, text, and buttons.UpdateThemeForStackRequest.BuildertitleText(String titleText)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
stackName
UpdateThemeForStackRequest.Builder stackName(String 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.
-
footerLinks
UpdateThemeForStackRequest.Builder footerLinks(Collection<ThemeFooterLink> footerLinks)
The links that are displayed in the footer of the streaming application catalog page. These links are helpful resources for users, such as the organization's IT support and product marketing sites.
- Parameters:
footerLinks- The links that are displayed in the footer of the streaming application catalog page. These links are helpful resources for users, such as the organization's IT support and product marketing sites.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
footerLinks
UpdateThemeForStackRequest.Builder footerLinks(ThemeFooterLink... footerLinks)
The links that are displayed in the footer of the streaming application catalog page. These links are helpful resources for users, such as the organization's IT support and product marketing sites.
- Parameters:
footerLinks- The links that are displayed in the footer of the streaming application catalog page. These links are helpful resources for users, such as the organization's IT support and product marketing sites.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
footerLinks
UpdateThemeForStackRequest.Builder footerLinks(Consumer<ThemeFooterLink.Builder>... footerLinks)
The links that are displayed in the footer of the streaming application catalog page. These links are helpful resources for users, such as the organization's IT support and product marketing sites.
This is a convenience method that creates an instance of theThemeFooterLink.Builderavoiding the need to create one manually viaThemeFooterLink.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#footerLinks(List.) - Parameters:
footerLinks- a consumer that will call methods onThemeFooterLink.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#footerLinks(java.util.Collection)
-
titleText
UpdateThemeForStackRequest.Builder titleText(String 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
UpdateThemeForStackRequest.Builder themeStyling(String 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,ThemeStyling
-
themeStyling
UpdateThemeForStackRequest.Builder themeStyling(ThemeStyling 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,ThemeStyling
-
organizationLogoS3Location
UpdateThemeForStackRequest.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 UpdateThemeForStackRequest.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.Builderavoiding the need to create one manually viaS3Location.builder().When the
Consumercompletes,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:
organizationLogoS3Location(S3Location)
-
faviconS3Location
UpdateThemeForStackRequest.Builder faviconS3Location(S3Location 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 UpdateThemeForStackRequest.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.Builderavoiding the need to create one manually viaS3Location.builder().When the
Consumercompletes,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:
faviconS3Location(S3Location)
-
state
UpdateThemeForStackRequest.Builder state(String state)
Specifies whether custom branding should be applied to catalog page or not.
- Parameters:
state- Specifies whether custom branding should be applied to catalog page or not.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ThemeState,ThemeState
-
state
UpdateThemeForStackRequest.Builder state(ThemeState state)
Specifies whether custom branding should be applied to catalog page or not.
- Parameters:
state- Specifies whether custom branding should be applied to catalog page or not.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ThemeState,ThemeState
-
attributesToDeleteWithStrings
UpdateThemeForStackRequest.Builder attributesToDeleteWithStrings(Collection<String> attributesToDelete)
The attributes to delete.
- Parameters:
attributesToDelete- The attributes to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributesToDeleteWithStrings
UpdateThemeForStackRequest.Builder attributesToDeleteWithStrings(String... attributesToDelete)
The attributes to delete.
- Parameters:
attributesToDelete- The attributes to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributesToDelete
UpdateThemeForStackRequest.Builder attributesToDelete(Collection<ThemeAttribute> attributesToDelete)
The attributes to delete.
- Parameters:
attributesToDelete- The attributes to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributesToDelete
UpdateThemeForStackRequest.Builder attributesToDelete(ThemeAttribute... attributesToDelete)
The attributes to delete.
- Parameters:
attributesToDelete- The attributes to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateThemeForStackRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateThemeForStackRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-