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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTemplate.WordCloudChartConfigurationPropertystatic final classAn implementation forCfnTemplate.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 general visual interactions setup for a 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.Returns union: either
IResolvableorCfnTemplate.ChartAxisLabelOptionsProperty- See Also:
-
getFieldWells
The field wells of the visual.Returns union: either
IResolvableorCfnTemplate.WordCloudFieldWellsProperty- See Also:
-
getInteractions
The general visual interactions setup for a visual.Returns union: either
IResolvableorCfnTemplate.VisualInteractionOptionsProperty- See Also:
-
getSortConfiguration
The sort configuration of a word cloud visual.Returns union: either
IResolvableorCfnTemplate.WordCloudSortConfigurationProperty- See Also:
-
getWordCloudOptions
The options for a word cloud visual.Returns union: either
IResolvableorCfnTemplate.WordCloudOptionsProperty- See Also:
-
builder
-