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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnDashboard.HeatMapSortConfigurationProperty
CfnDashboard.HeatMapSortConfigurationProperty.Builder, CfnDashboard.HeatMapSortConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.HeatMapSortConfigurationProperty.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 limit on the number of columns that are displayed in a heat map.final ObjectThe column sort configuration for heat map for columns that aren't a part of a field well.final ObjectThe limit on the number of rows that are displayed in a heat map.final ObjectThe field sort configuration of the rows fields.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.HeatMapSortConfigurationProperty.Builder.
-
-
Method Details
-
getHeatMapColumnItemsLimitConfiguration
Description copied from interface:CfnDashboard.HeatMapSortConfigurationPropertyThe limit on the number of columns that are displayed in a heat map.Returns union: either
IResolvableorCfnDashboard.ItemsLimitConfigurationProperty- Specified by:
getHeatMapColumnItemsLimitConfigurationin interfaceCfnDashboard.HeatMapSortConfigurationProperty- See Also:
-
getHeatMapColumnSort
Description copied from interface:CfnDashboard.HeatMapSortConfigurationPropertyThe column sort configuration for heat map for columns that aren't a part of a field well.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboard.FieldSortOptionsProperty>- Specified by:
getHeatMapColumnSortin interfaceCfnDashboard.HeatMapSortConfigurationProperty- See Also:
-
getHeatMapRowItemsLimitConfiguration
Description copied from interface:CfnDashboard.HeatMapSortConfigurationPropertyThe limit on the number of rows that are displayed in a heat map.Returns union: either
IResolvableorCfnDashboard.ItemsLimitConfigurationProperty- Specified by:
getHeatMapRowItemsLimitConfigurationin interfaceCfnDashboard.HeatMapSortConfigurationProperty- See Also:
-
getHeatMapRowSort
Description copied from interface:CfnDashboard.HeatMapSortConfigurationPropertyThe field sort configuration of the rows fields.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboard.FieldSortOptionsProperty>- Specified by:
getHeatMapRowSortin interfaceCfnDashboard.HeatMapSortConfigurationProperty- 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()
-