Class CfnThemePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnThemePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnThemePropsMixin>
- Enclosing class:
CfnThemePropsMixin
@Stability(Stable)
public static final class CfnThemePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnThemePropsMixin>
A fluent builder for
CfnThemePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionawsAccountId(String awsAccountId) The ID of the AWS account where you want to store the new theme.baseThemeId(String baseThemeId) The ID of the theme that a custom theme will inherit from.build()configuration(CfnThemePropsMixin.ThemeConfigurationProperty configuration) The theme configuration, which contains the theme display properties.configuration(IResolvable configuration) The theme configuration, which contains the theme display properties.static CfnThemePropsMixin.Buildercreate()static CfnThemePropsMixin.Buildercreate(CfnPropertyMixinOptions options) A display name for the theme.permissions(List<? extends Object> permissions) A valid grouping of resource permissions to apply to the new theme.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.versionDescription(String versionDescription) A description of the first version of the theme that you're creating.
-
Method Details
-
create
- Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnThemePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnThemePropsMixin.Builder.
-
awsAccountId
The ID of the AWS account where you want to store the new theme.- Parameters:
awsAccountId- The ID of the AWS account where you want to store the new theme. This parameter is required.- Returns:
this- See Also:
-
baseThemeId
The ID of the theme that a custom theme will inherit from.All themes inherit from one of the starting themes defined by Amazon Quick Sight. For a list of the starting themes, use
ListThemesor choose Themes from within an analysis.- Parameters:
baseThemeId- The ID of the theme that a custom theme will inherit from. This parameter is required.- Returns:
this- See Also:
-
configuration
The theme configuration, which contains the theme display properties.- Parameters:
configuration- The theme configuration, which contains the theme display properties. This parameter is required.- Returns:
this- See Also:
-
configuration
@Stability(Stable) public CfnThemePropsMixin.Builder configuration(CfnThemePropsMixin.ThemeConfigurationProperty configuration) The theme configuration, which contains the theme display properties.- Parameters:
configuration- The theme configuration, which contains the theme display properties. This parameter is required.- Returns:
this- See Also:
-
name
A display name for the theme.- Parameters:
name- A display name for the theme. This parameter is required.- Returns:
this- See Also:
-
permissions
A valid grouping of resource permissions to apply to the new theme.- Parameters:
permissions- A valid grouping of resource permissions to apply to the new theme. This parameter is required.- Returns:
this- See Also:
-
permissions
@Stability(Stable) public CfnThemePropsMixin.Builder permissions(List<? extends Object> permissions) A valid grouping of resource permissions to apply to the new theme.- Parameters:
permissions- A valid grouping of resource permissions to apply to the new theme. This parameter is required.- Returns:
this- See Also:
-
tags
A map of the key-value pairs for the resource tag or tags that you want to add to the resource.- Parameters:
tags- A map of the key-value pairs for the resource tag or tags that you want to add to the resource. This parameter is required.- Returns:
this- See Also:
-
themeId
An ID for the theme that you want to create.The theme ID is unique per AWS Region in each AWS account.
- Parameters:
themeId- An ID for the theme that you want to create. This parameter is required.- Returns:
this- See Also:
-
versionDescription
A description of the first version of the theme that you're creating.Every time
UpdateThemeis called, a new version is created. Each version of the theme has a description of the version in theVersionDescriptionfield.- Parameters:
versionDescription- A description of the first version of the theme that you're creating. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnThemePropsMixin>- Returns:
- a newly built instance of
CfnThemePropsMixin.
-