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