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