Interface CfnAnalysisPropsMixin.WordCloudChartConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysisPropsMixin.WordCloudChartConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysisPropsMixin
@Stability(Stable)
public static interface CfnAnalysisPropsMixin.WordCloudChartConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of a word cloud visual.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnAnalysisPropsMixin.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
IResolvableorCfnAnalysisPropsMixin.ChartAxisLabelOptionsProperty- See Also:
-
getFieldWells
The field wells of the visual.Returns union: either
IResolvableorCfnAnalysisPropsMixin.WordCloudFieldWellsProperty- See Also:
-
getInteractions
The general visual interactions setup for a visual.Returns union: either
IResolvableorCfnAnalysisPropsMixin.VisualInteractionOptionsProperty- See Also:
-
getSortConfiguration
The sort configuration of a word cloud visual.Returns union: either
IResolvableorCfnAnalysisPropsMixin.WordCloudSortConfigurationProperty- See Also:
-
getWordCloudOptions
The options for a word cloud visual.Returns union: either
IResolvableorCfnAnalysisPropsMixin.WordCloudOptionsProperty- See Also:
-
builder
@Stability(Stable) static CfnAnalysisPropsMixin.WordCloudChartConfigurationProperty.Builder builder()
-