Class CfnAnalysis.FunnelChartConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.FunnelChartConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.FunnelChartConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnAnalysis.FunnelChartConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.FunnelChartConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.FunnelChartConfigurationProperty
An implementation for
CfnAnalysis.FunnelChartConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnAnalysis.FunnelChartConfigurationProperty
CfnAnalysis.FunnelChartConfigurationProperty.Builder, CfnAnalysis.FunnelChartConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.FunnelChartConfigurationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The label options of the categories that are displayed in aFunnelChartVisual
.final Object
The options that determine the presentation of the data labels.final Object
The field well configuration of aFunnelChartVisual
.final Object
The sort configuration of aFunnelChartVisual
.final Object
The tooltip configuration of aFunnelChartVisual
.final Object
The label options for the values that are displayed in aFunnelChartVisual
.final Object
The visual palette configuration of aFunnelChartVisual
.final int
hashCode()
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.FunnelChartConfigurationProperty.Builder
.
-
-
Method Details
-
getCategoryLabelOptions
Description copied from interface:CfnAnalysis.FunnelChartConfigurationProperty
The label options of the categories that are displayed in aFunnelChartVisual
.- Specified by:
getCategoryLabelOptions
in interfaceCfnAnalysis.FunnelChartConfigurationProperty
-
getDataLabelOptions
Description copied from interface:CfnAnalysis.FunnelChartConfigurationProperty
The options that determine the presentation of the data labels.- Specified by:
getDataLabelOptions
in interfaceCfnAnalysis.FunnelChartConfigurationProperty
-
getFieldWells
Description copied from interface:CfnAnalysis.FunnelChartConfigurationProperty
The field well configuration of aFunnelChartVisual
.- Specified by:
getFieldWells
in interfaceCfnAnalysis.FunnelChartConfigurationProperty
-
getSortConfiguration
Description copied from interface:CfnAnalysis.FunnelChartConfigurationProperty
The sort configuration of aFunnelChartVisual
.- Specified by:
getSortConfiguration
in interfaceCfnAnalysis.FunnelChartConfigurationProperty
-
getTooltip
Description copied from interface:CfnAnalysis.FunnelChartConfigurationProperty
The tooltip configuration of aFunnelChartVisual
.- Specified by:
getTooltip
in interfaceCfnAnalysis.FunnelChartConfigurationProperty
-
getValueLabelOptions
Description copied from interface:CfnAnalysis.FunnelChartConfigurationProperty
The label options for the values that are displayed in aFunnelChartVisual
.- Specified by:
getValueLabelOptions
in interfaceCfnAnalysis.FunnelChartConfigurationProperty
-
getVisualPalette
Description copied from interface:CfnAnalysis.FunnelChartConfigurationProperty
The visual palette configuration of aFunnelChartVisual
.- Specified by:
getVisualPalette
in interfaceCfnAnalysis.FunnelChartConfigurationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-