Interface CfnAnalysis.VisualTitleLabelOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.VisualTitleLabelOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.VisualTitleLabelOptionsPropertystatic final classAn implementation forCfnAnalysis.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.Returns union: either
IResolvableorCfnAnalysis.ShortFormatTextProperty- See Also:
-
getVisibility
The visibility of the title label.- See Also:
-
builder
-