Interface CfnTemplate.VisualTitleLabelOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.VisualTitleLabelOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.VisualTitleLabelOptionsProperty
extends software.amazon.jsii.JsiiSerializable
The title label options for a visual.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.quicksight.*; VisualTitleLabelOptionsProperty visualTitleLabelOptionsProperty = VisualTitleLabelOptionsProperty.builder() .formatText(ShortFormatTextProperty.builder() .plainText("plainText") .richText("richText") .build()) .visibility("visibility") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTemplate.VisualTitleLabelOptionsProperty
static final class
An implementation forCfnTemplate.VisualTitleLabelOptionsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFormatText
The short text format of the title label, such as plain text or rich text.- See Also:
-
getVisibility
The visibility of the title label.- See Also:
-
builder
-