Class CfnDashboard.SankeyDiagramChartConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.SankeyDiagramChartConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.SankeyDiagramChartConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.SankeyDiagramChartConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.SankeyDiagramChartConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.SankeyDiagramChartConfigurationProperty
An implementation for
CfnDashboard.SankeyDiagramChartConfigurationProperty-
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.SankeyDiagramChartConfigurationProperty
CfnDashboard.SankeyDiagramChartConfigurationProperty.Builder, CfnDashboard.SankeyDiagramChartConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.SankeyDiagramChartConfigurationProperty.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 data label configuration of a sankey diagram.final ObjectThe field well configuration of a sankey diagram.final ObjectThe general visual interactions setup for a visual.final ObjectThe sort configuration of a sankey diagram.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.SankeyDiagramChartConfigurationProperty.Builder.
-
-
Method Details
-
getDataLabels
Description copied from interface:CfnDashboard.SankeyDiagramChartConfigurationPropertyThe data label configuration of a sankey diagram.Returns union: either
IResolvableorCfnDashboard.DataLabelOptionsProperty- Specified by:
getDataLabelsin interfaceCfnDashboard.SankeyDiagramChartConfigurationProperty- See Also:
-
getFieldWells
Description copied from interface:CfnDashboard.SankeyDiagramChartConfigurationPropertyThe field well configuration of a sankey diagram.Returns union: either
IResolvableorCfnDashboard.SankeyDiagramFieldWellsProperty- Specified by:
getFieldWellsin interfaceCfnDashboard.SankeyDiagramChartConfigurationProperty- See Also:
-
getInteractions
Description copied from interface:CfnDashboard.SankeyDiagramChartConfigurationPropertyThe general visual interactions setup for a visual.Returns union: either
IResolvableorCfnDashboard.VisualInteractionOptionsProperty- Specified by:
getInteractionsin interfaceCfnDashboard.SankeyDiagramChartConfigurationProperty- See Also:
-
getSortConfiguration
Description copied from interface:CfnDashboard.SankeyDiagramChartConfigurationPropertyThe sort configuration of a sankey diagram.Returns union: either
IResolvableorCfnDashboard.SankeyDiagramSortConfigurationProperty- Specified by:
getSortConfigurationin interfaceCfnDashboard.SankeyDiagramChartConfigurationProperty- 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()
-