Class CfnAnalysis.KPIConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.KPIConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.KPIConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.KPIConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.KPIConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.KPIConfigurationProperty
An implementation for
CfnAnalysis.KPIConfigurationProperty-
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.KPIConfigurationProperty
CfnAnalysis.KPIConfigurationProperty.Builder, CfnAnalysis.KPIConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysis.KPIConfigurationProperty.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 field well configuration of a KPI visual.final ObjectThe general visual interactions setup for a visual.final ObjectThe options that determine the presentation of a KPI visual.final ObjectThe sort configuration of a KPI 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.KPIConfigurationProperty.Builder.
-
-
Method Details
-
getFieldWells
Description copied from interface:CfnAnalysis.KPIConfigurationPropertyThe field well configuration of a KPI visual.Returns union: either
IResolvableorCfnAnalysis.KPIFieldWellsProperty- Specified by:
getFieldWellsin interfaceCfnAnalysis.KPIConfigurationProperty- See Also:
-
getInteractions
Description copied from interface:CfnAnalysis.KPIConfigurationPropertyThe general visual interactions setup for a visual.Returns union: either
IResolvableorCfnAnalysis.VisualInteractionOptionsProperty- Specified by:
getInteractionsin interfaceCfnAnalysis.KPIConfigurationProperty- See Also:
-
getKpiOptions
Description copied from interface:CfnAnalysis.KPIConfigurationPropertyThe options that determine the presentation of a KPI visual.Returns union: either
IResolvableorCfnAnalysis.KPIOptionsProperty- Specified by:
getKpiOptionsin interfaceCfnAnalysis.KPIConfigurationProperty- See Also:
-
getSortConfiguration
Description copied from interface:CfnAnalysis.KPIConfigurationPropertyThe sort configuration of a KPI visual.Returns union: either
IResolvableorCfnAnalysis.KPISortConfigurationProperty- Specified by:
getSortConfigurationin interfaceCfnAnalysis.KPIConfigurationProperty- 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()
-