@Stability(value=Stable) @Internal public static final class CfnThemeProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnThemeProps
CfnThemePropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnThemeProps.Builder, CfnThemeProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnThemeProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnThemeProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAwsAccountId()
The ID of the AWS account where you want to store the new theme.
|
String |
getBaseThemeId()
The ID of the theme that a custom theme will inherit from.
|
Object |
getConfiguration()
The theme configuration, which contains the theme display properties.
|
String |
getName()
A display name for the theme.
|
Object |
getPermissions()
A valid grouping of resource permissions to apply to the new theme.
|
List<CfnTag> |
getTags()
A map of the key-value pairs for the resource tag or tags that you want to add to the resource.
|
String |
getThemeId()
An ID for the theme that you want to create.
|
String |
getVersionDescription()
A description of the first version of the theme that you're creating.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnThemeProps.Builder builder)
CfnThemeProps.Builder.public final String getAwsAccountId()
CfnThemePropsgetAwsAccountId in interface CfnThemePropspublic final String getThemeId()
CfnThemePropsThe theme ID is unique per AWS Region in each AWS account.
getThemeId in interface CfnThemePropspublic final String getBaseThemeId()
CfnThemeProps
All themes inherit from one of the starting themes defined by Amazon QuickSight. For a list of the starting themes, use ListThemes or choose Themes from within an analysis.
getBaseThemeId in interface CfnThemePropspublic final Object getConfiguration()
CfnThemePropsgetConfiguration in interface CfnThemePropspublic final String getName()
CfnThemePropsgetName in interface CfnThemePropspublic final Object getPermissions()
CfnThemePropsgetPermissions in interface CfnThemePropspublic final List<CfnTag> getTags()
CfnThemePropsgetTags in interface CfnThemePropspublic final String getVersionDescription()
CfnThemeProps
Every time UpdateTheme is called, a new version is created. Each version of the theme has a description of the version in the VersionDescription field.
getVersionDescription in interface CfnThemeProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.