Interface CfnTemplate.WordCloudChartConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.WordCloudChartConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.WordCloudChartConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of a word cloud visual.
Example:
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTemplate.WordCloudChartConfigurationProperty
static final class
An implementation forCfnTemplate.WordCloudChartConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Object
The label options (label text, label visibility, and sort icon visibility) for the word cloud category.default Object
The field wells of the visual.default Object
The sort configuration of a word cloud visual.default Object
The 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
-