Class CfnAnalysis.WordCloudChartConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.WordCloudChartConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.WordCloudChartConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.WordCloudChartConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.WordCloudChartConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.WordCloudChartConfigurationProperty
An implementation for
CfnAnalysis.WordCloudChartConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnAnalysis.WordCloudChartConfigurationProperty
CfnAnalysis.WordCloudChartConfigurationProperty.Builder, CfnAnalysis.WordCloudChartConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysis.WordCloudChartConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe label options (label text, label visibility, and sort icon visibility) for the word cloud category.final ObjectThe field wells of the visual.final ObjectThe general visual interactions setup for a visual.final ObjectThe sort configuration of a word cloud visual.final ObjectThe options for a word cloud visual.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.WordCloudChartConfigurationProperty.Builder.
-
-
Method Details
-
getCategoryLabelOptions
Description copied from interface:CfnAnalysis.WordCloudChartConfigurationPropertyThe label options (label text, label visibility, and sort icon visibility) for the word cloud category.Returns union: either
IResolvableorCfnAnalysis.ChartAxisLabelOptionsProperty- Specified by:
getCategoryLabelOptionsin interfaceCfnAnalysis.WordCloudChartConfigurationProperty- See Also:
-
getFieldWells
Description copied from interface:CfnAnalysis.WordCloudChartConfigurationPropertyThe field wells of the visual.Returns union: either
IResolvableorCfnAnalysis.WordCloudFieldWellsProperty- Specified by:
getFieldWellsin interfaceCfnAnalysis.WordCloudChartConfigurationProperty- See Also:
-
getInteractions
Description copied from interface:CfnAnalysis.WordCloudChartConfigurationPropertyThe general visual interactions setup for a visual.Returns union: either
IResolvableorCfnAnalysis.VisualInteractionOptionsProperty- Specified by:
getInteractionsin interfaceCfnAnalysis.WordCloudChartConfigurationProperty- See Also:
-
getSortConfiguration
Description copied from interface:CfnAnalysis.WordCloudChartConfigurationPropertyThe sort configuration of a word cloud visual.Returns union: either
IResolvableorCfnAnalysis.WordCloudSortConfigurationProperty- Specified by:
getSortConfigurationin interfaceCfnAnalysis.WordCloudChartConfigurationProperty- See Also:
-
getWordCloudOptions
Description copied from interface:CfnAnalysis.WordCloudChartConfigurationPropertyThe options for a word cloud visual.Returns union: either
IResolvableorCfnAnalysis.WordCloudOptionsProperty- Specified by:
getWordCloudOptionsin interfaceCfnAnalysis.WordCloudChartConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-