Uses of Interface
software.amazon.awssdk.services.quicksight.model.ThemeConfiguration.Builder
-
Packages that use ThemeConfiguration.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of ThemeConfiguration.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ThemeConfiguration.Builder Modifier and Type Method Description static ThemeConfiguration.BuilderThemeConfiguration. builder()default ThemeConfiguration.BuilderThemeConfiguration.Builder. dataColorPalette(Consumer<DataColorPalette.Builder> dataColorPalette)Color properties that apply to chart data colors.ThemeConfiguration.BuilderThemeConfiguration.Builder. dataColorPalette(DataColorPalette dataColorPalette)Color properties that apply to chart data colors.default ThemeConfiguration.BuilderThemeConfiguration.Builder. sheet(Consumer<SheetStyle.Builder> sheet)Display options related to sheets.ThemeConfiguration.BuilderThemeConfiguration.Builder. sheet(SheetStyle sheet)Display options related to sheets.ThemeConfiguration.BuilderThemeConfiguration. toBuilder()default ThemeConfiguration.BuilderThemeConfiguration.Builder. typography(Consumer<Typography.Builder> typography)Sets the value of the Typography property for this object.ThemeConfiguration.BuilderThemeConfiguration.Builder. typography(Typography typography)Sets the value of the Typography property for this object.default ThemeConfiguration.BuilderThemeConfiguration.Builder. uiColorPalette(Consumer<UIColorPalette.Builder> uiColorPalette)Color properties that apply to the UI and to charts, excluding the colors that apply to data.ThemeConfiguration.BuilderThemeConfiguration.Builder. uiColorPalette(UIColorPalette uiColorPalette)Color properties that apply to the UI and to charts, excluding the colors that apply to data.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ThemeConfiguration.Builder Modifier and Type Method Description static Class<? extends ThemeConfiguration.Builder>ThemeConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type ThemeConfiguration.Builder Modifier and Type Method Description default CreateThemeRequest.BuilderCreateThemeRequest.Builder. configuration(Consumer<ThemeConfiguration.Builder> configuration)The theme configuration, which contains the theme display properties.default ThemeVersion.BuilderThemeVersion.Builder. configuration(Consumer<ThemeConfiguration.Builder> configuration)The theme configuration, which contains all the theme display properties.default UpdateThemeRequest.BuilderUpdateThemeRequest.Builder. configuration(Consumer<ThemeConfiguration.Builder> configuration)The theme configuration, which contains the theme display properties.
-