Class CfnAnalysis.NumericalAggregationFunctionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.NumericalAggregationFunctionProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnAnalysis.NumericalAggregationFunctionProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnAnalysis.NumericalAggregationFunctionProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.NumericalAggregationFunctionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.NumericalAggregationFunctionProperty
An implementation for 
CfnAnalysis.NumericalAggregationFunctionProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnAnalysis.NumericalAggregationFunctionPropertyCfnAnalysis.NumericalAggregationFunctionProperty.Builder, CfnAnalysis.NumericalAggregationFunctionProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysis.NumericalAggregationFunctionProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryMethods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnAnalysis.NumericalAggregationFunctionProperty.Builder.
 
- 
- 
Method Details- 
getPercentileAggregationDescription copied from interface:CfnAnalysis.NumericalAggregationFunctionPropertyAn aggregation based on the percentile of values in a dimension or measure.- Specified by:
- getPercentileAggregationin interface- CfnAnalysis.NumericalAggregationFunctionProperty
 
- 
getSimpleNumericalAggregationDescription copied from interface:CfnAnalysis.NumericalAggregationFunctionPropertyBuilt-in aggregation functions for numerical values.- SUM: The sum of a dimension or measure.
- AVERAGE: The average of a dimension or measure.
- MIN: The minimum value of a dimension or measure.
- MAX: The maximum value of a dimension or measure.
- COUNT: The count of a dimension or measure.
- DISTINCT_COUNT: The count of distinct values in a dimension or measure.
- VAR: The variance of a dimension or measure.
- VARP: The partitioned variance of a dimension or measure.
- STDEV: The standard deviation of a dimension or measure.
- STDEVP: The partitioned standard deviation of a dimension or measure.
- MEDIAN: The median value of a dimension or measure.
 - Specified by:
- getSimpleNumericalAggregationin interface- CfnAnalysis.NumericalAggregationFunctionProperty
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-