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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnDashboard.FunnelChartConfigurationProperty
CfnDashboard.FunnelChartConfigurationProperty.Builder, CfnDashboard.FunnelChartConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.FunnelChartConfigurationProperty.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 of the categories that are displayed in aFunnelChartVisual.final ObjectThe options that determine the presentation of the data labels.final ObjectThe field well configuration of aFunnelChartVisual.final ObjectThe general visual interactions setup for a visual.final ObjectThe sort configuration of aFunnelChartVisual.final ObjectThe tooltip configuration of aFunnelChartVisual.final ObjectThe label options for the values that are displayed in aFunnelChartVisual.final ObjectThe visual palette configuration of aFunnelChartVisual.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 theCfnDashboard.FunnelChartConfigurationProperty.Builder.
-
-
Method Details
-
getCategoryLabelOptions
Description copied from interface:CfnDashboard.FunnelChartConfigurationPropertyThe label options of the categories that are displayed in aFunnelChartVisual.Returns union: either
IResolvableorCfnDashboard.ChartAxisLabelOptionsProperty- Specified by:
getCategoryLabelOptionsin interfaceCfnDashboard.FunnelChartConfigurationProperty- See Also:
-
getDataLabelOptions
Description copied from interface:CfnDashboard.FunnelChartConfigurationPropertyThe options that determine the presentation of the data labels.Returns union: either
IResolvableorCfnDashboard.FunnelChartDataLabelOptionsProperty- Specified by:
getDataLabelOptionsin interfaceCfnDashboard.FunnelChartConfigurationProperty- See Also:
-
getFieldWells
Description copied from interface:CfnDashboard.FunnelChartConfigurationPropertyThe field well configuration of aFunnelChartVisual.Returns union: either
IResolvableorCfnDashboard.FunnelChartFieldWellsProperty- Specified by:
getFieldWellsin interfaceCfnDashboard.FunnelChartConfigurationProperty- See Also:
-
getInteractions
Description copied from interface:CfnDashboard.FunnelChartConfigurationPropertyThe general visual interactions setup for a visual.Returns union: either
IResolvableorCfnDashboard.VisualInteractionOptionsProperty- Specified by:
getInteractionsin interfaceCfnDashboard.FunnelChartConfigurationProperty- See Also:
-
getSortConfiguration
Description copied from interface:CfnDashboard.FunnelChartConfigurationPropertyThe sort configuration of aFunnelChartVisual.Returns union: either
IResolvableorCfnDashboard.FunnelChartSortConfigurationProperty- Specified by:
getSortConfigurationin interfaceCfnDashboard.FunnelChartConfigurationProperty- See Also:
-
getTooltip
Description copied from interface:CfnDashboard.FunnelChartConfigurationPropertyThe tooltip configuration of aFunnelChartVisual.Returns union: either
IResolvableorCfnDashboard.TooltipOptionsProperty- Specified by:
getTooltipin interfaceCfnDashboard.FunnelChartConfigurationProperty- See Also:
-
getValueLabelOptions
Description copied from interface:CfnDashboard.FunnelChartConfigurationPropertyThe label options for the values that are displayed in aFunnelChartVisual.Returns union: either
IResolvableorCfnDashboard.ChartAxisLabelOptionsProperty- Specified by:
getValueLabelOptionsin interfaceCfnDashboard.FunnelChartConfigurationProperty- See Also:
-
getVisualPalette
Description copied from interface:CfnDashboard.FunnelChartConfigurationPropertyThe visual palette configuration of aFunnelChartVisual.Returns union: either
IResolvableorCfnDashboard.VisualPaletteProperty- Specified by:
getVisualPalettein interfaceCfnDashboard.FunnelChartConfigurationProperty- 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()
-