Class CfnDashboard.HeatMapConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.HeatMapConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.HeatMapConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.HeatMapConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.HeatMapConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.HeatMapConfigurationProperty
An implementation for
CfnDashboard.HeatMapConfigurationProperty-
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.HeatMapConfigurationProperty
CfnDashboard.HeatMapConfigurationProperty.Builder, CfnDashboard.HeatMapConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.HeatMapConfigurationProperty.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 color options (gradient color, point of divergence) in a heat map.final ObjectThe label options of the column that is displayed in a heat map.final ObjectThe options that determine if visual data labels are displayed.final ObjectThe field wells of the visual.final ObjectThe general visual interactions setup for a visual.final ObjectThe legend display setup of the visual.final ObjectThe label options of the row that is displayed in aheat map.final ObjectThe sort configuration of a heat map.final ObjectThe tooltip display setup of the visual.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.HeatMapConfigurationProperty.Builder.
-
-
Method Details
-
getColorScale
Description copied from interface:CfnDashboard.HeatMapConfigurationPropertyThe color options (gradient color, point of divergence) in a heat map.Returns union: either
IResolvableorCfnDashboard.ColorScaleProperty- Specified by:
getColorScalein interfaceCfnDashboard.HeatMapConfigurationProperty- See Also:
-
getColumnLabelOptions
Description copied from interface:CfnDashboard.HeatMapConfigurationPropertyThe label options of the column that is displayed in a heat map.Returns union: either
IResolvableorCfnDashboard.ChartAxisLabelOptionsProperty- Specified by:
getColumnLabelOptionsin interfaceCfnDashboard.HeatMapConfigurationProperty- See Also:
-
getDataLabels
Description copied from interface:CfnDashboard.HeatMapConfigurationPropertyThe options that determine if visual data labels are displayed.Returns union: either
IResolvableorCfnDashboard.DataLabelOptionsProperty- Specified by:
getDataLabelsin interfaceCfnDashboard.HeatMapConfigurationProperty- See Also:
-
getFieldWells
Description copied from interface:CfnDashboard.HeatMapConfigurationPropertyThe field wells of the visual.Returns union: either
IResolvableorCfnDashboard.HeatMapFieldWellsProperty- Specified by:
getFieldWellsin interfaceCfnDashboard.HeatMapConfigurationProperty- See Also:
-
getInteractions
Description copied from interface:CfnDashboard.HeatMapConfigurationPropertyThe general visual interactions setup for a visual.Returns union: either
IResolvableorCfnDashboard.VisualInteractionOptionsProperty- Specified by:
getInteractionsin interfaceCfnDashboard.HeatMapConfigurationProperty- See Also:
-
getLegend
Description copied from interface:CfnDashboard.HeatMapConfigurationPropertyThe legend display setup of the visual.Returns union: either
IResolvableorCfnDashboard.LegendOptionsProperty- Specified by:
getLegendin interfaceCfnDashboard.HeatMapConfigurationProperty- See Also:
-
getRowLabelOptions
Description copied from interface:CfnDashboard.HeatMapConfigurationPropertyThe label options of the row that is displayed in aheat map.Returns union: either
IResolvableorCfnDashboard.ChartAxisLabelOptionsProperty- Specified by:
getRowLabelOptionsin interfaceCfnDashboard.HeatMapConfigurationProperty- See Also:
-
getSortConfiguration
Description copied from interface:CfnDashboard.HeatMapConfigurationPropertyThe sort configuration of a heat map.Returns union: either
IResolvableorCfnDashboard.HeatMapSortConfigurationProperty- Specified by:
getSortConfigurationin interfaceCfnDashboard.HeatMapConfigurationProperty- See Also:
-
getTooltip
Description copied from interface:CfnDashboard.HeatMapConfigurationPropertyThe tooltip display setup of the visual.Returns union: either
IResolvableorCfnDashboard.TooltipOptionsProperty- Specified by:
getTooltipin interfaceCfnDashboard.HeatMapConfigurationProperty- 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()
-