Class CfnAnalysisPropsMixin.TableCellStyleProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.TableCellStyleProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysisPropsMixin.TableCellStyleProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysisPropsMixin.TableCellStyleProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysisPropsMixin.TableCellStyleProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysisPropsMixin.TableCellStyleProperty
An implementation for
CfnAnalysisPropsMixin.TableCellStyleProperty-
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.CfnAnalysisPropsMixin.TableCellStyleProperty
CfnAnalysisPropsMixin.TableCellStyleProperty.Builder, CfnAnalysisPropsMixin.TableCellStyleProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysisPropsMixin.TableCellStyleProperty.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 background color for the table cells.final ObjectThe borders for the table cells.final ObjectThe font configuration of the table cells.final NumberThe height color for the table cells.final StringThe horizontal text alignment (left, center, right, auto) for the table cells.final StringThe text wrap (none, wrap) for the table cells.final StringThe vertical text alignment (top, middle, bottom) for the table cells.final StringThe visibility of the table cells.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 theCfnAnalysisPropsMixin.TableCellStyleProperty.Builder.
-
-
Method Details
-
getBackgroundColor
Description copied from interface:CfnAnalysisPropsMixin.TableCellStylePropertyThe background color for the table cells.- Specified by:
getBackgroundColorin interfaceCfnAnalysisPropsMixin.TableCellStyleProperty- See Also:
-
getBorder
Description copied from interface:CfnAnalysisPropsMixin.TableCellStylePropertyThe borders for the table cells.Returns union: either
IResolvableorCfnAnalysisPropsMixin.GlobalTableBorderOptionsProperty- Specified by:
getBorderin interfaceCfnAnalysisPropsMixin.TableCellStyleProperty- See Also:
-
getFontConfiguration
Description copied from interface:CfnAnalysisPropsMixin.TableCellStylePropertyThe font configuration of the table cells.Returns union: either
IResolvableorCfnAnalysisPropsMixin.FontConfigurationProperty- Specified by:
getFontConfigurationin interfaceCfnAnalysisPropsMixin.TableCellStyleProperty- See Also:
-
getHeight
Description copied from interface:CfnAnalysisPropsMixin.TableCellStylePropertyThe height color for the table cells.- Specified by:
getHeightin interfaceCfnAnalysisPropsMixin.TableCellStyleProperty- See Also:
-
getHorizontalTextAlignment
Description copied from interface:CfnAnalysisPropsMixin.TableCellStylePropertyThe horizontal text alignment (left, center, right, auto) for the table cells.- Specified by:
getHorizontalTextAlignmentin interfaceCfnAnalysisPropsMixin.TableCellStyleProperty- See Also:
-
getTextWrap
Description copied from interface:CfnAnalysisPropsMixin.TableCellStylePropertyThe text wrap (none, wrap) for the table cells.- Specified by:
getTextWrapin interfaceCfnAnalysisPropsMixin.TableCellStyleProperty- See Also:
-
getVerticalTextAlignment
Description copied from interface:CfnAnalysisPropsMixin.TableCellStylePropertyThe vertical text alignment (top, middle, bottom) for the table cells.- Specified by:
getVerticalTextAlignmentin interfaceCfnAnalysisPropsMixin.TableCellStyleProperty- See Also:
-
getVisibility
Description copied from interface:CfnAnalysisPropsMixin.TableCellStylePropertyThe visibility of the table cells.- Specified by:
getVisibilityin interfaceCfnAnalysisPropsMixin.TableCellStyleProperty- 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()
-