Class CfnAnalysisPropsMixin.DataLabelOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.DataLabelOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysisPropsMixin.DataLabelOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysisPropsMixin.DataLabelOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysisPropsMixin.DataLabelOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysisPropsMixin.DataLabelOptionsProperty
An implementation for
CfnAnalysisPropsMixin.DataLabelOptionsProperty-
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.CfnAnalysisPropsMixin.DataLabelOptionsProperty
CfnAnalysisPropsMixin.DataLabelOptionsProperty.Builder, CfnAnalysisPropsMixin.DataLabelOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysisPropsMixin.DataLabelOptionsProperty.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 StringDetermines the visibility of the category field labels.final ObjectThe option that determines the data label type.final StringDetermines the color of the data labels.final StringDetermines the content of the data labels.final ObjectDetermines the font configuration of the data labels.final StringDetermines the visibility of the measure field labels.final StringDetermines whether overlap is enabled or disabled for the data labels.final StringDetermines the position of the data labels.final StringDetermines the visibility of the total.final StringDetermines the visibility of the data labels.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.DataLabelOptionsProperty.Builder.
-
-
Method Details
-
getCategoryLabelVisibility
Description copied from interface:CfnAnalysisPropsMixin.DataLabelOptionsPropertyDetermines the visibility of the category field labels.- Specified by:
getCategoryLabelVisibilityin interfaceCfnAnalysisPropsMixin.DataLabelOptionsProperty- See Also:
-
getDataLabelTypes
Description copied from interface:CfnAnalysisPropsMixin.DataLabelOptionsPropertyThe option that determines the data label type.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysisPropsMixin.DataLabelTypeProperty>- Specified by:
getDataLabelTypesin interfaceCfnAnalysisPropsMixin.DataLabelOptionsProperty- See Also:
-
getLabelColor
Description copied from interface:CfnAnalysisPropsMixin.DataLabelOptionsPropertyDetermines the color of the data labels.- Specified by:
getLabelColorin interfaceCfnAnalysisPropsMixin.DataLabelOptionsProperty- See Also:
-
getLabelContent
Description copied from interface:CfnAnalysisPropsMixin.DataLabelOptionsPropertyDetermines the content of the data labels.- Specified by:
getLabelContentin interfaceCfnAnalysisPropsMixin.DataLabelOptionsProperty- See Also:
-
getLabelFontConfiguration
Description copied from interface:CfnAnalysisPropsMixin.DataLabelOptionsPropertyDetermines the font configuration of the data labels.Returns union: either
IResolvableorCfnAnalysisPropsMixin.FontConfigurationProperty- Specified by:
getLabelFontConfigurationin interfaceCfnAnalysisPropsMixin.DataLabelOptionsProperty- See Also:
-
getMeasureLabelVisibility
Description copied from interface:CfnAnalysisPropsMixin.DataLabelOptionsPropertyDetermines the visibility of the measure field labels.- Specified by:
getMeasureLabelVisibilityin interfaceCfnAnalysisPropsMixin.DataLabelOptionsProperty- See Also:
-
getOverlap
Description copied from interface:CfnAnalysisPropsMixin.DataLabelOptionsPropertyDetermines whether overlap is enabled or disabled for the data labels.- Specified by:
getOverlapin interfaceCfnAnalysisPropsMixin.DataLabelOptionsProperty- See Also:
-
getPosition
Description copied from interface:CfnAnalysisPropsMixin.DataLabelOptionsPropertyDetermines the position of the data labels.- Specified by:
getPositionin interfaceCfnAnalysisPropsMixin.DataLabelOptionsProperty- See Also:
-
getTotalsVisibility
Description copied from interface:CfnAnalysisPropsMixin.DataLabelOptionsPropertyDetermines the visibility of the total.- Specified by:
getTotalsVisibilityin interfaceCfnAnalysisPropsMixin.DataLabelOptionsProperty- See Also:
-
getVisibility
Description copied from interface:CfnAnalysisPropsMixin.DataLabelOptionsPropertyDetermines the visibility of the data labels.- Specified by:
getVisibilityin interfaceCfnAnalysisPropsMixin.DataLabelOptionsProperty- 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()
-