Class CfnDashboardPropsMixin.AggregationFunctionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDashboardPropsMixin.AggregationFunctionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboardPropsMixin.AggregationFunctionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboardPropsMixin.AggregationFunctionProperty
@Stability(Stable)
@Internal
public static final class CfnDashboardPropsMixin.AggregationFunctionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboardPropsMixin.AggregationFunctionProperty
An implementation for
CfnDashboardPropsMixin.AggregationFunctionProperty-
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.CfnDashboardPropsMixin.AggregationFunctionProperty
CfnDashboardPropsMixin.AggregationFunctionProperty.Builder, CfnDashboardPropsMixin.AggregationFunctionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboardPropsMixin.AggregationFunctionProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnDashboardPropsMixin.AggregationFunctionProperty.Builder.
-
-
Method Details
-
getAttributeAggregationFunction
Description copied from interface:CfnDashboardPropsMixin.AggregationFunctionPropertyAggregation for attributes.Returns union: either
IResolvableorCfnDashboardPropsMixin.AttributeAggregationFunctionProperty- Specified by:
getAttributeAggregationFunctionin interfaceCfnDashboardPropsMixin.AggregationFunctionProperty- See Also:
-
getCategoricalAggregationFunction
Description copied from interface:CfnDashboardPropsMixin.AggregationFunctionPropertyAggregation for categorical values.COUNT: Aggregate by the total number of values, including duplicates.DISTINCT_COUNT: Aggregate by the total number of distinct values.
- Specified by:
getCategoricalAggregationFunctionin interfaceCfnDashboardPropsMixin.AggregationFunctionProperty- See Also:
-
getDateAggregationFunction
Description copied from interface:CfnDashboardPropsMixin.AggregationFunctionPropertyAggregation for date values.COUNT: Aggregate by the total number of values, including duplicates.DISTINCT_COUNT: Aggregate by the total number of distinct values.MIN: Select the smallest date value.MAX: Select the largest date value.
- Specified by:
getDateAggregationFunctionin interfaceCfnDashboardPropsMixin.AggregationFunctionProperty- See Also:
-
getNumericalAggregationFunction
Description copied from interface:CfnDashboardPropsMixin.AggregationFunctionPropertyAggregation for numerical values.Returns union: either
IResolvableorCfnDashboardPropsMixin.NumericalAggregationFunctionProperty- Specified by:
getNumericalAggregationFunctionin interfaceCfnDashboardPropsMixin.AggregationFunctionProperty- 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()
-