Interface UpdateThemeRequest.Builder

    • Method Detail

      • awsAccountId

        UpdateThemeRequest.Builder awsAccountId​(String awsAccountId)

        The ID of the Amazon Web Services account that contains the theme that you're updating.

        Parameters:
        awsAccountId - The ID of the Amazon Web Services account that contains the theme that you're updating.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • themeId

        UpdateThemeRequest.Builder themeId​(String themeId)

        The ID for the theme.

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

        UpdateThemeRequest.Builder name​(String name)

        The name for the theme.

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

        UpdateThemeRequest.Builder baseThemeId​(String baseThemeId)

        The theme ID, defined by Amazon QuickSight, that a custom theme inherits from. All themes initially inherit from a default Amazon QuickSight theme.

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

        UpdateThemeRequest.Builder versionDescription​(String versionDescription)

        A description of the theme version that you're updating Every time that you call UpdateTheme, you create a new version of the theme. Each version of the theme maintains a description of the version in VersionDescription.

        Parameters:
        versionDescription - A description of the theme version that you're updating Every time that you call UpdateTheme, you create a new version of the theme. Each version of the theme maintains a description of the version in VersionDescription.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • configuration

        UpdateThemeRequest.Builder configuration​(ThemeConfiguration configuration)

        The theme configuration, which contains the theme display properties.

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