Class CfnDashboardPropsMixin.LegendOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDashboardPropsMixin.LegendOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboardPropsMixin.LegendOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboardPropsMixin.LegendOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnDashboardPropsMixin.LegendOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboardPropsMixin.LegendOptionsProperty
An implementation for
CfnDashboardPropsMixin.LegendOptionsProperty-
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.mixins.preview.services.quicksight.mixins.CfnDashboardPropsMixin.LegendOptionsProperty
CfnDashboardPropsMixin.LegendOptionsProperty.Builder, CfnDashboardPropsMixin.LegendOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboardPropsMixin.LegendOptionsProperty.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 StringThe height of the legend.final StringThe positions for the legend.final ObjectgetTitle()The custom title for the legend.final ObjectReturns union: eitherIResolvableorCfnDashboardPropsMixin.FontConfigurationPropertyfinal StringDetermines whether or not the legend is visible.final StringgetWidth()The width of the legend.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.LegendOptionsProperty.Builder.
-
-
Method Details
-
getHeight
Description copied from interface:CfnDashboardPropsMixin.LegendOptionsPropertyThe height of the legend.If this value is omitted, a default height is used when rendering.
- Specified by:
getHeightin interfaceCfnDashboardPropsMixin.LegendOptionsProperty- See Also:
-
getPosition
Description copied from interface:CfnDashboardPropsMixin.LegendOptionsPropertyThe positions for the legend. Choose one of the following options:.AUTORIGHTBOTTOMLEFT
- Specified by:
getPositionin interfaceCfnDashboardPropsMixin.LegendOptionsProperty- See Also:
-
getTitle
Description copied from interface:CfnDashboardPropsMixin.LegendOptionsPropertyThe custom title for the legend.Returns union: either
IResolvableorCfnDashboardPropsMixin.LabelOptionsProperty- Specified by:
getTitlein interfaceCfnDashboardPropsMixin.LegendOptionsProperty- See Also:
-
getValueFontConfiguration
Description copied from interface:CfnDashboardPropsMixin.LegendOptionsPropertyReturns union: eitherIResolvableorCfnDashboardPropsMixin.FontConfigurationProperty- Specified by:
getValueFontConfigurationin interfaceCfnDashboardPropsMixin.LegendOptionsProperty- See Also:
-
getVisibility
Description copied from interface:CfnDashboardPropsMixin.LegendOptionsPropertyDetermines whether or not the legend is visible.- Specified by:
getVisibilityin interfaceCfnDashboardPropsMixin.LegendOptionsProperty- See Also:
-
getWidth
Description copied from interface:CfnDashboardPropsMixin.LegendOptionsPropertyThe width of the legend.If this value is omitted, a default width is used when rendering.
- Specified by:
getWidthin interfaceCfnDashboardPropsMixin.LegendOptionsProperty- 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()
-