Class CfnTemplate.FunnelChartConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnTemplate.FunnelChartConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplate.FunnelChartConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplate.FunnelChartConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnTemplate.FunnelChartConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplate.FunnelChartConfigurationProperty
An implementation for
CfnTemplate.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.CfnTemplate.FunnelChartConfigurationProperty
CfnTemplate.FunnelChartConfigurationProperty.Builder, CfnTemplate.FunnelChartConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTemplate.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 theCfnTemplate.FunnelChartConfigurationProperty.Builder.
-
-
Method Details
-
getCategoryLabelOptions
Description copied from interface:CfnTemplate.FunnelChartConfigurationPropertyThe label options of the categories that are displayed in aFunnelChartVisual.Returns union: either
IResolvableorCfnTemplate.ChartAxisLabelOptionsProperty- Specified by:
getCategoryLabelOptionsin interfaceCfnTemplate.FunnelChartConfigurationProperty- See Also:
-
getDataLabelOptions
Description copied from interface:CfnTemplate.FunnelChartConfigurationPropertyThe options that determine the presentation of the data labels.Returns union: either
IResolvableorCfnTemplate.FunnelChartDataLabelOptionsProperty- Specified by:
getDataLabelOptionsin interfaceCfnTemplate.FunnelChartConfigurationProperty- See Also:
-
getFieldWells
Description copied from interface:CfnTemplate.FunnelChartConfigurationPropertyThe field well configuration of aFunnelChartVisual.Returns union: either
IResolvableorCfnTemplate.FunnelChartFieldWellsProperty- Specified by:
getFieldWellsin interfaceCfnTemplate.FunnelChartConfigurationProperty- See Also:
-
getInteractions
Description copied from interface:CfnTemplate.FunnelChartConfigurationPropertyThe general visual interactions setup for a visual.Returns union: either
IResolvableorCfnTemplate.VisualInteractionOptionsProperty- Specified by:
getInteractionsin interfaceCfnTemplate.FunnelChartConfigurationProperty- See Also:
-
getSortConfiguration
Description copied from interface:CfnTemplate.FunnelChartConfigurationPropertyThe sort configuration of aFunnelChartVisual.Returns union: either
IResolvableorCfnTemplate.FunnelChartSortConfigurationProperty- Specified by:
getSortConfigurationin interfaceCfnTemplate.FunnelChartConfigurationProperty- See Also:
-
getTooltip
Description copied from interface:CfnTemplate.FunnelChartConfigurationPropertyThe tooltip configuration of aFunnelChartVisual.Returns union: either
IResolvableorCfnTemplate.TooltipOptionsProperty- Specified by:
getTooltipin interfaceCfnTemplate.FunnelChartConfigurationProperty- See Also:
-
getValueLabelOptions
Description copied from interface:CfnTemplate.FunnelChartConfigurationPropertyThe label options for the values that are displayed in aFunnelChartVisual.Returns union: either
IResolvableorCfnTemplate.ChartAxisLabelOptionsProperty- Specified by:
getValueLabelOptionsin interfaceCfnTemplate.FunnelChartConfigurationProperty- See Also:
-
getVisualPalette
Description copied from interface:CfnTemplate.FunnelChartConfigurationPropertyThe visual palette configuration of aFunnelChartVisual.Returns union: either
IResolvableorCfnTemplate.VisualPaletteProperty- Specified by:
getVisualPalettein interfaceCfnTemplate.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()
-