Class UpdateThemeRequest

    • Method Detail

      • awsAccountId

        public final String awsAccountId()

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

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

        public final String themeId()

        The ID for the theme.

        Returns:
        The ID for the theme.
      • name

        public final String name()

        The name for the theme.

        Returns:
        The name for the theme.
      • baseThemeId

        public final 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.

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

        public final 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.

        Returns:
        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.
      • configuration

        public final ThemeConfiguration configuration()

        The theme configuration, which contains the theme display properties.

        Returns:
        The theme configuration, which contains the theme display properties.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object