Interface ThemeVersion.Builder

    • Method Detail

      • versionNumber

        ThemeVersion.Builder versionNumber​(Long versionNumber)

        The version number of the theme.

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

        ThemeVersion.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the resource.

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

        ThemeVersion.Builder description​(String description)

        The description of the theme.

        Parameters:
        description - The description of the theme.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • baseThemeId

        ThemeVersion.Builder baseThemeId​(String baseThemeId)

        The Amazon QuickSight-defined ID of the theme that a custom theme inherits from. All themes initially inherit from a default QuickSight theme.

        Parameters:
        baseThemeId - The Amazon QuickSight-defined ID of the theme that a custom theme inherits from. All themes initially inherit from a default QuickSight theme.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTime

        ThemeVersion.Builder createdTime​(Instant createdTime)

        The date and time that this theme version was created.

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

        ThemeVersion.Builder configuration​(ThemeConfiguration configuration)

        The theme configuration, which contains all the theme display properties.

        Parameters:
        configuration - The theme configuration, which contains all the theme display properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errors

        ThemeVersion.Builder errors​(Collection<ThemeError> errors)

        Errors associated with the theme.

        Parameters:
        errors - Errors associated with the theme.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errors

        ThemeVersion.Builder errors​(ThemeError... errors)

        Errors associated with the theme.

        Parameters:
        errors - Errors associated with the theme.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        ThemeVersion.Builder status​(String status)

        The status of the theme version.

        Parameters:
        status - The status of the theme version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ResourceStatus, ResourceStatus