Class CfnDashboard.HeatMapSortConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.HeatMapSortConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.HeatMapSortConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.HeatMapSortConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.HeatMapSortConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.HeatMapSortConfigurationProperty
An implementation for
CfnDashboard.HeatMapSortConfigurationProperty
-
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.CfnDashboard.HeatMapSortConfigurationProperty
CfnDashboard.HeatMapSortConfigurationProperty.Builder, CfnDashboard.HeatMapSortConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDashboard.HeatMapSortConfigurationProperty.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 limit on the number of columns that are displayed in a heat map.final Object
The column sort configuration for heat map for columns that aren't a part of a field well.final Object
The limit on the number of rows that are displayed in a heat map.final Object
The field sort configuration of the rows fields.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 theCfnDashboard.HeatMapSortConfigurationProperty.Builder
.
-
-
Method Details
-
getHeatMapColumnItemsLimitConfiguration
Description copied from interface:CfnDashboard.HeatMapSortConfigurationProperty
The limit on the number of columns that are displayed in a heat map.- Specified by:
getHeatMapColumnItemsLimitConfiguration
in interfaceCfnDashboard.HeatMapSortConfigurationProperty
-
getHeatMapColumnSort
Description copied from interface:CfnDashboard.HeatMapSortConfigurationProperty
The column sort configuration for heat map for columns that aren't a part of a field well.- Specified by:
getHeatMapColumnSort
in interfaceCfnDashboard.HeatMapSortConfigurationProperty
-
getHeatMapRowItemsLimitConfiguration
Description copied from interface:CfnDashboard.HeatMapSortConfigurationProperty
The limit on the number of rows that are displayed in a heat map.- Specified by:
getHeatMapRowItemsLimitConfiguration
in interfaceCfnDashboard.HeatMapSortConfigurationProperty
-
getHeatMapRowSort
Description copied from interface:CfnDashboard.HeatMapSortConfigurationProperty
The field sort configuration of the rows fields.- Specified by:
getHeatMapRowSort
in interfaceCfnDashboard.HeatMapSortConfigurationProperty
-
$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()
-