Interface CreateThemeForStackRequest.Builder

All Superinterfaces:
AppStreamRequest.Builder, AwsRequest.Builder, Buildable, CopyableBuilder<CreateThemeForStackRequest.Builder,CreateThemeForStackRequest>, SdkBuilder<CreateThemeForStackRequest.Builder,CreateThemeForStackRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
CreateThemeForStackRequest

public static interface CreateThemeForStackRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<CreateThemeForStackRequest.Builder,CreateThemeForStackRequest>
  • 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.
    • 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

      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

      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<ThemeFooterLink>).

      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:
    • 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

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to organizationLogoS3Location(S3Location).

      Parameters:
      organizationLogoS3Location - a consumer that will call methods on S3Location.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.
    • 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 the S3Location.Builder avoiding the need to create one manually via S3Location.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to faviconS3Location(S3Location).

      Parameters:
      faviconS3Location - a consumer that will call methods on S3Location.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 interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.