Interface CfnDashboard.ShortFormatTextProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.ShortFormatTextProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.ShortFormatTextProperty
extends software.amazon.jsii.JsiiSerializable
The text format for the title.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
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.*;
ShortFormatTextProperty shortFormatTextProperty = ShortFormatTextProperty.builder()
.plainText("plainText")
.richText("richText")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboard.ShortFormatTextPropertystatic final classAn implementation forCfnDashboard.ShortFormatTextProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPlainText
Plain text format.- See Also:
-
getRichText
Rich text.Examples of rich text include bold, underline, and italics.
- See Also:
-
builder
-