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