Interface Theme.Builder

    • Method Detail

      • arn

        Theme.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the theme.

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

        Theme.Builder name​(String name)

        The name that the user gives to the theme.

        Parameters:
        name - The name that the user gives to the theme.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • themeId

        Theme.Builder themeId​(String themeId)

        The identifier that the user gives to the theme.

        Parameters:
        themeId - The identifier that the user gives to the theme.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • version

        Theme.Builder version​(ThemeVersion version)
        Sets the value of the Version property for this object.
        Parameters:
        version - The new value for the Version property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTime

        Theme.Builder createdTime​(Instant createdTime)

        The date and time that the theme was created.

        Parameters:
        createdTime - The date and time that the theme was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedTime

        Theme.Builder lastUpdatedTime​(Instant lastUpdatedTime)

        The date and time that the theme was last updated.

        Parameters:
        lastUpdatedTime - The date and time that the theme was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        Theme.Builder type​(String type)

        The type of theme, based on how it was created. Valid values include: QUICKSIGHT and CUSTOM.

        Parameters:
        type - The type of theme, based on how it was created. Valid values include: QUICKSIGHT and CUSTOM.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ThemeType, ThemeType
      • type

        Theme.Builder type​(ThemeType type)

        The type of theme, based on how it was created. Valid values include: QUICKSIGHT and CUSTOM.

        Parameters:
        type - The type of theme, based on how it was created. Valid values include: QUICKSIGHT and CUSTOM.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ThemeType, ThemeType