| Modifier and Type | Method and Description |
|---|---|
CfnTheme.Builder |
CfnTheme.Builder.awsAccountId(String awsAccountId)
The ID of the AWS account where you want to store the new theme.
|
CfnTheme.Builder |
CfnTheme.Builder.baseThemeId(String baseThemeId)
The ID of the theme that a custom theme will inherit from.
|
CfnTheme.Builder |
CfnTheme.Builder.configuration(CfnTheme.ThemeConfigurationProperty configuration)
The theme configuration, which contains the theme display properties.
|
CfnTheme.Builder |
CfnTheme.Builder.configuration(IResolvable configuration)
The theme configuration, which contains the theme display properties.
|
static CfnTheme.Builder |
CfnTheme.Builder.create(Construct scope,
String id) |
CfnTheme.Builder |
CfnTheme.Builder.name(String name)
A display name for the theme.
|
CfnTheme.Builder |
CfnTheme.Builder.permissions(IResolvable permissions)
A valid grouping of resource permissions to apply to the new theme.
|
CfnTheme.Builder |
CfnTheme.Builder.permissions(List<? extends Object> permissions)
A valid grouping of resource permissions to apply to the new theme.
|
CfnTheme.Builder |
CfnTheme.Builder.tags(List<? extends CfnTag> tags)
A map of the key-value pairs for the resource tag or tags that you want to add to the resource.
|
CfnTheme.Builder |
CfnTheme.Builder.themeId(String themeId)
An ID for the theme that you want to create.
|
CfnTheme.Builder |
CfnTheme.Builder.versionDescription(String versionDescription)
A description of the first version of the theme that you're creating.
|
Copyright © 2022. All rights reserved.