Class CfnDashboard.FilledMapVisualProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.FilledMapVisualProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.FilledMapVisualProperty
CfnDashboard.FilledMapVisualProperty-
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.FilledMapVisualProperty
CfnDashboard.FilledMapVisualProperty.Builder, CfnDashboard.FilledMapVisualProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.FilledMapVisualProperty.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 list of custom actions that are configured for a visual.final ObjectThe configuration settings of the visual.final ObjectThe column hierarchy that is used during drill-downs and drill-ups.final ObjectThe conditional formatting of aFilledMapVisual.final ObjectThe subtitle that is displayed on the visual.final ObjectgetTitle()The title that is displayed on the visual.final StringThe alt text for the visual.final StringThe unique identifier of a visual.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.FilledMapVisualProperty.Builder.
-
-
Method Details
-
getVisualId
Description copied from interface:CfnDashboard.FilledMapVisualPropertyThe unique identifier of a visual.This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- Specified by:
getVisualIdin interfaceCfnDashboard.FilledMapVisualProperty- See Also:
-
getActions
Description copied from interface:CfnDashboard.FilledMapVisualPropertyThe list of custom actions that are configured for a visual.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboard.VisualCustomActionProperty>- Specified by:
getActionsin interfaceCfnDashboard.FilledMapVisualProperty- See Also:
-
getChartConfiguration
Description copied from interface:CfnDashboard.FilledMapVisualPropertyThe configuration settings of the visual.Returns union: either
IResolvableorCfnDashboard.FilledMapConfigurationProperty- Specified by:
getChartConfigurationin interfaceCfnDashboard.FilledMapVisualProperty- See Also:
-
getColumnHierarchies
Description copied from interface:CfnDashboard.FilledMapVisualPropertyThe column hierarchy that is used during drill-downs and drill-ups.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboard.ColumnHierarchyProperty>- Specified by:
getColumnHierarchiesin interfaceCfnDashboard.FilledMapVisualProperty- See Also:
-
getConditionalFormatting
Description copied from interface:CfnDashboard.FilledMapVisualPropertyThe conditional formatting of aFilledMapVisual.Returns union: either
IResolvableorCfnDashboard.FilledMapConditionalFormattingProperty- Specified by:
getConditionalFormattingin interfaceCfnDashboard.FilledMapVisualProperty- See Also:
-
getSubtitle
Description copied from interface:CfnDashboard.FilledMapVisualPropertyThe subtitle that is displayed on the visual.Returns union: either
IResolvableorCfnDashboard.VisualSubtitleLabelOptionsProperty- Specified by:
getSubtitlein interfaceCfnDashboard.FilledMapVisualProperty- See Also:
-
getTitle
Description copied from interface:CfnDashboard.FilledMapVisualPropertyThe title that is displayed on the visual.Returns union: either
IResolvableorCfnDashboard.VisualTitleLabelOptionsProperty- Specified by:
getTitlein interfaceCfnDashboard.FilledMapVisualProperty- See Also:
-
getVisualContentAltText
Description copied from interface:CfnDashboard.FilledMapVisualPropertyThe alt text for the visual.- Specified by:
getVisualContentAltTextin interfaceCfnDashboard.FilledMapVisualProperty- 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()
-