Class CfnTemplate.KPIOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnTemplate.KPIOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplate.KPIOptionsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplate.KPIOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnTemplate.KPIOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplate.KPIOptionsProperty
An implementation for
CfnTemplate.KPIOptionsProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnTemplate.KPIOptionsProperty
CfnTemplate.KPIOptionsProperty.Builder, CfnTemplate.KPIOptionsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTemplate.KPIOptionsProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The comparison configuration of a KPI visual.final String
The options that determine the primary value display type.final Object
The options that determine the primary value font configuration.final Object
The options that determine the presentation of the progress bar of a KPI visual.final Object
The options that determine the presentation of the secondary value of a KPI visual.final Object
The options that determine the secondary value font configuration.final Object
The options that determine the visibility, color, type, and tooltip visibility of the sparkline of a KPI visual.final Object
The options that determine the presentation of trend arrows in a KPI visual.final Object
The options that determine the layout a KPI visual.final int
hashCode()
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 theCfnTemplate.KPIOptionsProperty.Builder
.
-
-
Method Details
-
getComparison
Description copied from interface:CfnTemplate.KPIOptionsProperty
The comparison configuration of a KPI visual.- Specified by:
getComparison
in interfaceCfnTemplate.KPIOptionsProperty
- See Also:
-
getPrimaryValueDisplayType
Description copied from interface:CfnTemplate.KPIOptionsProperty
The options that determine the primary value display type.- Specified by:
getPrimaryValueDisplayType
in interfaceCfnTemplate.KPIOptionsProperty
- See Also:
-
getPrimaryValueFontConfiguration
Description copied from interface:CfnTemplate.KPIOptionsProperty
The options that determine the primary value font configuration.- Specified by:
getPrimaryValueFontConfiguration
in interfaceCfnTemplate.KPIOptionsProperty
- See Also:
-
getProgressBar
Description copied from interface:CfnTemplate.KPIOptionsProperty
The options that determine the presentation of the progress bar of a KPI visual.- Specified by:
getProgressBar
in interfaceCfnTemplate.KPIOptionsProperty
- See Also:
-
getSecondaryValue
Description copied from interface:CfnTemplate.KPIOptionsProperty
The options that determine the presentation of the secondary value of a KPI visual.- Specified by:
getSecondaryValue
in interfaceCfnTemplate.KPIOptionsProperty
- See Also:
-
getSecondaryValueFontConfiguration
Description copied from interface:CfnTemplate.KPIOptionsProperty
The options that determine the secondary value font configuration.- Specified by:
getSecondaryValueFontConfiguration
in interfaceCfnTemplate.KPIOptionsProperty
- See Also:
-
getSparkline
Description copied from interface:CfnTemplate.KPIOptionsProperty
The options that determine the visibility, color, type, and tooltip visibility of the sparkline of a KPI visual.- Specified by:
getSparkline
in interfaceCfnTemplate.KPIOptionsProperty
- See Also:
-
getTrendArrows
Description copied from interface:CfnTemplate.KPIOptionsProperty
The options that determine the presentation of trend arrows in a KPI visual.- Specified by:
getTrendArrows
in interfaceCfnTemplate.KPIOptionsProperty
- See Also:
-
getVisualLayoutOptions
Description copied from interface:CfnTemplate.KPIOptionsProperty
The options that determine the layout a KPI visual.- Specified by:
getVisualLayoutOptions
in interfaceCfnTemplate.KPIOptionsProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-