Interface CreateThemeForStackRequest.Builder

    • Method Detail

      • stackName

        CreateThemeForStackRequest.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

        CreateThemeForStackRequest.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

        CreateThemeForStackRequest.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

        CreateThemeForStackRequest.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

        CreateThemeForStackRequest.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

        CreateThemeForStackRequest.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

        CreateThemeForStackRequest.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

        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.
      • faviconS3Location

        CreateThemeForStackRequest.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.