Class CfnDashboardPropsMixin.SmallMultiplesOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.SmallMultiplesOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboardPropsMixin.SmallMultiplesOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboardPropsMixin.SmallMultiplesOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnDashboardPropsMixin.SmallMultiplesOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboardPropsMixin.SmallMultiplesOptionsProperty
An implementation for
CfnDashboardPropsMixin.SmallMultiplesOptionsProperty-
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.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.SmallMultiplesOptionsProperty
CfnDashboardPropsMixin.SmallMultiplesOptionsProperty.Builder, CfnDashboardPropsMixin.SmallMultiplesOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboardPropsMixin.SmallMultiplesOptionsProperty.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 NumberSets the maximum number of visible columns to display in the grid of small multiples panels.final NumberSets the maximum number of visible rows to display in the grid of small multiples panels.final ObjectConfigures the display options for each small multiples panel.final ObjectgetXAxis()The properties of a small multiples X axis.final ObjectgetYAxis()The properties of a small multiples Y axis.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 theCfnDashboardPropsMixin.SmallMultiplesOptionsProperty.Builder.
-
-
Method Details
-
getMaxVisibleColumns
Description copied from interface:CfnDashboardPropsMixin.SmallMultiplesOptionsPropertySets the maximum number of visible columns to display in the grid of small multiples panels.The default is
Auto, which automatically adjusts the columns in the grid to fit the overall layout and size of the given chart.- Specified by:
getMaxVisibleColumnsin interfaceCfnDashboardPropsMixin.SmallMultiplesOptionsProperty- See Also:
-
getMaxVisibleRows
Description copied from interface:CfnDashboardPropsMixin.SmallMultiplesOptionsPropertySets the maximum number of visible rows to display in the grid of small multiples panels.The default value is
Auto, which automatically adjusts the rows in the grid to fit the overall layout and size of the given chart.- Specified by:
getMaxVisibleRowsin interfaceCfnDashboardPropsMixin.SmallMultiplesOptionsProperty- See Also:
-
getPanelConfiguration
Description copied from interface:CfnDashboardPropsMixin.SmallMultiplesOptionsPropertyConfigures the display options for each small multiples panel.Returns union: either
IResolvableorCfnDashboardPropsMixin.PanelConfigurationProperty- Specified by:
getPanelConfigurationin interfaceCfnDashboardPropsMixin.SmallMultiplesOptionsProperty- See Also:
-
getXAxis
Description copied from interface:CfnDashboardPropsMixin.SmallMultiplesOptionsPropertyThe properties of a small multiples X axis.Returns union: either
IResolvableorCfnDashboardPropsMixin.SmallMultiplesAxisPropertiesProperty- Specified by:
getXAxisin interfaceCfnDashboardPropsMixin.SmallMultiplesOptionsProperty- See Also:
-
getYAxis
Description copied from interface:CfnDashboardPropsMixin.SmallMultiplesOptionsPropertyThe properties of a small multiples Y axis.Returns union: either
IResolvableorCfnDashboardPropsMixin.SmallMultiplesAxisPropertiesProperty- Specified by:
getYAxisin interfaceCfnDashboardPropsMixin.SmallMultiplesOptionsProperty- 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()
-