Class CfnAnalysis.FunnelChartVisualProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.FunnelChartVisualProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.FunnelChartVisualProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.FunnelChartVisualProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.FunnelChartVisualProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.FunnelChartVisualProperty
An implementation for
CfnAnalysis.FunnelChartVisualProperty-
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.CfnAnalysis.FunnelChartVisualProperty
CfnAnalysis.FunnelChartVisualProperty.Builder, CfnAnalysis.FunnelChartVisualProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysis.FunnelChartVisualProperty.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 of aFunnelChartVisual.final ObjectThe column hierarchy that is used during drill-downs and drill-ups.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 theCfnAnalysis.FunnelChartVisualProperty.Builder.
-
-
Method Details
-
getVisualId
Description copied from interface:CfnAnalysis.FunnelChartVisualPropertyThe 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 interfaceCfnAnalysis.FunnelChartVisualProperty- See Also:
-
getActions
Description copied from interface:CfnAnalysis.FunnelChartVisualPropertyThe list of custom actions that are configured for a visual.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.VisualCustomActionProperty>- Specified by:
getActionsin interfaceCfnAnalysis.FunnelChartVisualProperty- See Also:
-
getChartConfiguration
Description copied from interface:CfnAnalysis.FunnelChartVisualPropertyThe configuration of aFunnelChartVisual.Returns union: either
IResolvableorCfnAnalysis.FunnelChartConfigurationProperty- Specified by:
getChartConfigurationin interfaceCfnAnalysis.FunnelChartVisualProperty- See Also:
-
getColumnHierarchies
Description copied from interface:CfnAnalysis.FunnelChartVisualPropertyThe column hierarchy that is used during drill-downs and drill-ups.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.ColumnHierarchyProperty>- Specified by:
getColumnHierarchiesin interfaceCfnAnalysis.FunnelChartVisualProperty- See Also:
-
getSubtitle
Description copied from interface:CfnAnalysis.FunnelChartVisualPropertyThe subtitle that is displayed on the visual.Returns union: either
IResolvableorCfnAnalysis.VisualSubtitleLabelOptionsProperty- Specified by:
getSubtitlein interfaceCfnAnalysis.FunnelChartVisualProperty- See Also:
-
getTitle
Description copied from interface:CfnAnalysis.FunnelChartVisualPropertyThe title that is displayed on the visual.Returns union: either
IResolvableorCfnAnalysis.VisualTitleLabelOptionsProperty- Specified by:
getTitlein interfaceCfnAnalysis.FunnelChartVisualProperty- See Also:
-
getVisualContentAltText
Description copied from interface:CfnAnalysis.FunnelChartVisualPropertyThe alt text for the visual.- Specified by:
getVisualContentAltTextin interfaceCfnAnalysis.FunnelChartVisualProperty- 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()
-