UpdateThemeRequest.Builder |
UpdateThemeRequest.Builder.awsAccountId(String awsAccountId) |
The ID of the Amazon Web Services account that contains the theme that you're updating.
|
UpdateThemeRequest.Builder |
UpdateThemeRequest.Builder.baseThemeId(String baseThemeId) |
The theme ID, defined by Amazon QuickSight, that a custom theme inherits from.
|
static UpdateThemeRequest.Builder |
UpdateThemeRequest.builder() |
|
default UpdateThemeRequest.Builder |
UpdateThemeRequest.Builder.configuration(Consumer<ThemeConfiguration.Builder> configuration) |
The theme configuration, which contains the theme display properties.
|
UpdateThemeRequest.Builder |
UpdateThemeRequest.Builder.configuration(ThemeConfiguration configuration) |
The theme configuration, which contains the theme display properties.
|
UpdateThemeRequest.Builder |
UpdateThemeRequest.Builder.name(String name) |
The name for the theme.
|
UpdateThemeRequest.Builder |
UpdateThemeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateThemeRequest.Builder |
UpdateThemeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateThemeRequest.Builder |
UpdateThemeRequest.Builder.themeId(String themeId) |
The ID for the theme.
|
UpdateThemeRequest.Builder |
UpdateThemeRequest.toBuilder() |
|
UpdateThemeRequest.Builder |
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.
|