Interface ThemeAlias.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ThemeAlias.Builder,ThemeAlias>, SdkBuilder<ThemeAlias.Builder,ThemeAlias>, SdkPojo
Enclosing class:
ThemeAlias

public static interface ThemeAlias.Builder extends SdkPojo, CopyableBuilder<ThemeAlias.Builder,ThemeAlias>
  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the theme alias.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the theme alias.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • aliasName

      ThemeAlias.Builder aliasName(String aliasName)

      The display name of the theme alias.

      Parameters:
      aliasName - The display name of the theme alias.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • themeVersionNumber

      ThemeAlias.Builder themeVersionNumber(Long themeVersionNumber)

      The version number of the theme alias.

      Parameters:
      themeVersionNumber - The version number of the theme alias.
      Returns:
      Returns a reference to this object so that method calls can be chained together.