Interface CfnAnalysis.WordCloudChartConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.WordCloudChartConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.WordCloudChartConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of a word cloud visual.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.WordCloudChartConfigurationPropertystatic final classAn implementation forCfnAnalysis.WordCloudChartConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe label options (label text, label visibility, and sort icon visibility) for the word cloud category.default ObjectThe field wells of the visual.default ObjectThe sort configuration of a word cloud visual.default ObjectThe options for a word cloud visual.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCategoryLabelOptions
The label options (label text, label visibility, and sort icon visibility) for the word cloud category.- See Also:
-
getFieldWells
The field wells of the visual.- See Also:
-
getSortConfiguration
The sort configuration of a word cloud visual.- See Also:
-
getWordCloudOptions
The options for a word cloud visual.- See Also:
-
builder
-