Class CfnTemplatePropsMixin.TableVisualProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnTemplatePropsMixin.TableVisualProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplatePropsMixin.TableVisualProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplatePropsMixin.TableVisualProperty
@Stability(Stable)
@Internal
public static final class CfnTemplatePropsMixin.TableVisualProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplatePropsMixin.TableVisualProperty
An implementation for
CfnTemplatePropsMixin.TableVisualProperty-
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.CfnTemplatePropsMixin.TableVisualProperty
CfnTemplatePropsMixin.TableVisualProperty.Builder, CfnTemplatePropsMixin.TableVisualProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTemplatePropsMixin.TableVisualProperty.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 conditional formatting for aPivotTableVisual.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 theCfnTemplatePropsMixin.TableVisualProperty.Builder.
-
-
Method Details
-
getActions
Description copied from interface:CfnTemplatePropsMixin.TableVisualPropertyThe list of custom actions that are configured for a visual.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTemplatePropsMixin.VisualCustomActionProperty>- Specified by:
getActionsin interfaceCfnTemplatePropsMixin.TableVisualProperty- See Also:
-
getChartConfiguration
Description copied from interface:CfnTemplatePropsMixin.TableVisualPropertyThe configuration settings of the visual.Returns union: either
IResolvableorCfnTemplatePropsMixin.TableConfigurationProperty- Specified by:
getChartConfigurationin interfaceCfnTemplatePropsMixin.TableVisualProperty- See Also:
-
getConditionalFormatting
Description copied from interface:CfnTemplatePropsMixin.TableVisualPropertyThe conditional formatting for aPivotTableVisual.Returns union: either
IResolvableorCfnTemplatePropsMixin.TableConditionalFormattingProperty- Specified by:
getConditionalFormattingin interfaceCfnTemplatePropsMixin.TableVisualProperty- See Also:
-
getSubtitle
Description copied from interface:CfnTemplatePropsMixin.TableVisualPropertyThe subtitle that is displayed on the visual.Returns union: either
IResolvableorCfnTemplatePropsMixin.VisualSubtitleLabelOptionsProperty- Specified by:
getSubtitlein interfaceCfnTemplatePropsMixin.TableVisualProperty- See Also:
-
getTitle
Description copied from interface:CfnTemplatePropsMixin.TableVisualPropertyThe title that is displayed on the visual.Returns union: either
IResolvableorCfnTemplatePropsMixin.VisualTitleLabelOptionsProperty- Specified by:
getTitlein interfaceCfnTemplatePropsMixin.TableVisualProperty- See Also:
-
getVisualContentAltText
Description copied from interface:CfnTemplatePropsMixin.TableVisualPropertyThe alt text for the visual.- Specified by:
getVisualContentAltTextin interfaceCfnTemplatePropsMixin.TableVisualProperty- See Also:
-
getVisualId
Description copied from interface:CfnTemplatePropsMixin.TableVisualPropertyThe 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 interfaceCfnTemplatePropsMixin.TableVisualProperty- 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()
-