Uses of Interface
software.amazon.awssdk.services.quicksight.model.ApplicationTheme.Builder
-
Packages that use ApplicationTheme.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of ApplicationTheme.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ApplicationTheme.Builder Modifier and Type Method Description default ApplicationTheme.BuilderApplicationTheme.Builder. brandColorPalette(Consumer<BrandColorPalette.Builder> brandColorPalette)The color palette.ApplicationTheme.BuilderApplicationTheme.Builder. brandColorPalette(BrandColorPalette brandColorPalette)The color palette.default ApplicationTheme.BuilderApplicationTheme.Builder. brandElementStyle(Consumer<BrandElementStyle.Builder> brandElementStyle)The element style.ApplicationTheme.BuilderApplicationTheme.Builder. brandElementStyle(BrandElementStyle brandElementStyle)The element style.static ApplicationTheme.BuilderApplicationTheme. builder()ApplicationTheme.BuilderApplicationTheme. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ApplicationTheme.Builder Modifier and Type Method Description static Class<? extends ApplicationTheme.Builder>ApplicationTheme. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type ApplicationTheme.Builder Modifier and Type Method Description default BrandDefinition.BuilderBrandDefinition.Builder. applicationTheme(Consumer<ApplicationTheme.Builder> applicationTheme)The application theme of the brand.
-