Class CfnDashboard.FunnelChartConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.FunnelChartConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.FunnelChartConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDashboard.FunnelChartConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.FunnelChartConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.FunnelChartConfigurationProperty
An implementation for
CfnDashboard.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.CfnDashboard.FunnelChartConfigurationProperty
CfnDashboard.FunnelChartConfigurationProperty.Builder, CfnDashboard.FunnelChartConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDashboard.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 theCfnDashboard.FunnelChartConfigurationProperty.Builder
.
-
-
Method Details
-
getCategoryLabelOptions
Description copied from interface:CfnDashboard.FunnelChartConfigurationProperty
The label options of the categories that are displayed in aFunnelChartVisual
.- Specified by:
getCategoryLabelOptions
in interfaceCfnDashboard.FunnelChartConfigurationProperty
-
getDataLabelOptions
Description copied from interface:CfnDashboard.FunnelChartConfigurationProperty
The options that determine the presentation of the data labels.- Specified by:
getDataLabelOptions
in interfaceCfnDashboard.FunnelChartConfigurationProperty
-
getFieldWells
Description copied from interface:CfnDashboard.FunnelChartConfigurationProperty
The field well configuration of aFunnelChartVisual
.- Specified by:
getFieldWells
in interfaceCfnDashboard.FunnelChartConfigurationProperty
-
getSortConfiguration
Description copied from interface:CfnDashboard.FunnelChartConfigurationProperty
The sort configuration of aFunnelChartVisual
.- Specified by:
getSortConfiguration
in interfaceCfnDashboard.FunnelChartConfigurationProperty
-
getTooltip
Description copied from interface:CfnDashboard.FunnelChartConfigurationProperty
The tooltip configuration of aFunnelChartVisual
.- Specified by:
getTooltip
in interfaceCfnDashboard.FunnelChartConfigurationProperty
-
getValueLabelOptions
Description copied from interface:CfnDashboard.FunnelChartConfigurationProperty
The label options for the values that are displayed in aFunnelChartVisual
.- Specified by:
getValueLabelOptions
in interfaceCfnDashboard.FunnelChartConfigurationProperty
-
getVisualPalette
Description copied from interface:CfnDashboard.FunnelChartConfigurationProperty
The visual palette configuration of aFunnelChartVisual
.- Specified by:
getVisualPalette
in interfaceCfnDashboard.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()
-