Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnThemePropsMixin.Builder
Packages that use CfnThemePropsMixin.Builder
-
Uses of CfnThemePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.quicksight
Methods in software.amazon.awscdk.cfnpropertymixins.services.quicksight that return CfnThemePropsMixin.BuilderModifier and TypeMethodDescriptionCfnThemePropsMixin.Builder.awsAccountId(String awsAccountId) The ID of the AWS account where you want to store the new theme.CfnThemePropsMixin.Builder.baseThemeId(String baseThemeId) The ID of the theme that a custom theme will inherit from.CfnThemePropsMixin.Builder.configuration(CfnThemePropsMixin.ThemeConfigurationProperty configuration) The theme configuration, which contains the theme display properties.CfnThemePropsMixin.Builder.configuration(IResolvable configuration) The theme configuration, which contains the theme display properties.static CfnThemePropsMixin.BuilderCfnThemePropsMixin.Builder.create()static CfnThemePropsMixin.BuilderCfnThemePropsMixin.Builder.create(CfnPropertyMixinOptions options) A display name for the theme.CfnThemePropsMixin.Builder.permissions(List<? extends Object> permissions) A valid grouping of resource permissions to apply to the new theme.CfnThemePropsMixin.Builder.permissions(IResolvable permissions) A valid grouping of resource permissions to apply to the new theme.A map of the key-value pairs for the resource tag or tags that you want to add to the resource.An ID for the theme that you want to create.CfnThemePropsMixin.Builder.versionDescription(String versionDescription) A description of the first version of the theme that you're creating.