Class CfnAnalysis.WaterfallChartConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.WaterfallChartConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.WaterfallChartConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.WaterfallChartConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.WaterfallChartConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.WaterfallChartConfigurationProperty
An implementation for
CfnAnalysis.WaterfallChartConfigurationProperty
-
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.WaterfallChartConfigurationProperty
CfnAnalysis.WaterfallChartConfigurationProperty.Builder, CfnAnalysis.WaterfallChartConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.WaterfallChartConfigurationProperty.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 options that determine the presentation of the category axis.final Object
The options that determine the presentation of the category axis label.final Object
The color configuration of a waterfall visual.final Object
The data label configuration of a waterfall visual.final Object
The field well configuration of a waterfall visual.final Object
The legend configuration of a waterfall visual.final Object
The options that determine the presentation of the y-axis.final Object
The options that determine the presentation of the y-axis label.final Object
The sort configuration of a waterfall visual.final Object
The visual palette configuration of a waterfall visual.final Object
The options that determine the presentation of a waterfall visual.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.WaterfallChartConfigurationProperty.Builder
.
-
-
Method Details
-
getCategoryAxisDisplayOptions
Description copied from interface:CfnAnalysis.WaterfallChartConfigurationProperty
The options that determine the presentation of the category axis.- Specified by:
getCategoryAxisDisplayOptions
in interfaceCfnAnalysis.WaterfallChartConfigurationProperty
- See Also:
-
getCategoryAxisLabelOptions
Description copied from interface:CfnAnalysis.WaterfallChartConfigurationProperty
The options that determine the presentation of the category axis label.- Specified by:
getCategoryAxisLabelOptions
in interfaceCfnAnalysis.WaterfallChartConfigurationProperty
- See Also:
-
getColorConfiguration
Description copied from interface:CfnAnalysis.WaterfallChartConfigurationProperty
The color configuration of a waterfall visual.- Specified by:
getColorConfiguration
in interfaceCfnAnalysis.WaterfallChartConfigurationProperty
- See Also:
-
getDataLabels
Description copied from interface:CfnAnalysis.WaterfallChartConfigurationProperty
The data label configuration of a waterfall visual.- Specified by:
getDataLabels
in interfaceCfnAnalysis.WaterfallChartConfigurationProperty
- See Also:
-
getFieldWells
Description copied from interface:CfnAnalysis.WaterfallChartConfigurationProperty
The field well configuration of a waterfall visual.- Specified by:
getFieldWells
in interfaceCfnAnalysis.WaterfallChartConfigurationProperty
- See Also:
-
getLegend
Description copied from interface:CfnAnalysis.WaterfallChartConfigurationProperty
The legend configuration of a waterfall visual.- Specified by:
getLegend
in interfaceCfnAnalysis.WaterfallChartConfigurationProperty
- See Also:
-
getPrimaryYAxisDisplayOptions
Description copied from interface:CfnAnalysis.WaterfallChartConfigurationProperty
The options that determine the presentation of the y-axis.- Specified by:
getPrimaryYAxisDisplayOptions
in interfaceCfnAnalysis.WaterfallChartConfigurationProperty
- See Also:
-
getPrimaryYAxisLabelOptions
Description copied from interface:CfnAnalysis.WaterfallChartConfigurationProperty
The options that determine the presentation of the y-axis label.- Specified by:
getPrimaryYAxisLabelOptions
in interfaceCfnAnalysis.WaterfallChartConfigurationProperty
- See Also:
-
getSortConfiguration
Description copied from interface:CfnAnalysis.WaterfallChartConfigurationProperty
The sort configuration of a waterfall visual.- Specified by:
getSortConfiguration
in interfaceCfnAnalysis.WaterfallChartConfigurationProperty
- See Also:
-
getVisualPalette
Description copied from interface:CfnAnalysis.WaterfallChartConfigurationProperty
The visual palette configuration of a waterfall visual.- Specified by:
getVisualPalette
in interfaceCfnAnalysis.WaterfallChartConfigurationProperty
- See Also:
-
getWaterfallChartOptions
Description copied from interface:CfnAnalysis.WaterfallChartConfigurationProperty
The options that determine the presentation of a waterfall visual.- Specified by:
getWaterfallChartOptions
in interfaceCfnAnalysis.WaterfallChartConfigurationProperty
- See Also:
-
$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()
-