Interface UpdateThemeForStackRequest.Builder

    • 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 the ThemeFooterLink.Builder avoiding the need to create one manually via ThemeFooterLink.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #footerLinks(List).

        Parameters:
        footerLinks - a consumer that will call methods on ThemeFooterLink.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.
      • 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.
      • 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.