Interface CfnAnalysis.WordCloudVisualProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.WordCloudVisualProperty.Jsii$Proxy
- Enclosing class:
- CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.WordCloudVisualProperty
extends software.amazon.jsii.JsiiSerializable
A word cloud.
For more information, see Using word clouds in the Amazon QuickSight User Guide .
Example:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.WordCloudVisualProperty
static final class
An implementation forCfnAnalysis.WordCloudVisualProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Object
The list of custom actions that are configured for a visual.default Object
The configuration settings of the visual.default Object
The column hierarchy that is used during drill-downs and drill-ups.default Object
The subtitle that is displayed on the visual.default Object
getTitle()
The title that is displayed on the visual.The unique identifier of a visual.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getVisualId
The unique identifier of a visual.This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
-
getActions
The list of custom actions that are configured for a visual. -
getChartConfiguration
The configuration settings of the visual. -
getColumnHierarchies
The column hierarchy that is used during drill-downs and drill-ups. -
getSubtitle
The subtitle that is displayed on the visual. -
getTitle
The title that is displayed on the visual. -
builder
-