@Generated(value="software.amazon.awssdk:codegen") public final class NumericalAggregationFunction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NumericalAggregationFunction.Builder,NumericalAggregationFunction>
Aggregation for numerical values.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NumericalAggregationFunction.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NumericalAggregationFunction.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
PercentileAggregation |
percentileAggregation()
An aggregation based on the percentile of values in a dimension or measure.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NumericalAggregationFunction.Builder> |
serializableBuilderClass() |
SimpleNumericalAggregationFunction |
simpleNumericalAggregation()
Built-in aggregation functions for numerical values.
|
String |
simpleNumericalAggregationAsString()
Built-in aggregation functions for numerical values.
|
NumericalAggregationFunction.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final SimpleNumericalAggregationFunction simpleNumericalAggregation()
Built-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.
If the service returns an enum value that is not available in the current SDK version,
simpleNumericalAggregation will return SimpleNumericalAggregationFunction.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from simpleNumericalAggregationAsString().
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.
SimpleNumericalAggregationFunctionpublic final String simpleNumericalAggregationAsString()
Built-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.
If the service returns an enum value that is not available in the current SDK version,
simpleNumericalAggregation will return SimpleNumericalAggregationFunction.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from simpleNumericalAggregationAsString().
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.
SimpleNumericalAggregationFunctionpublic final PercentileAggregation percentileAggregation()
An aggregation based on the percentile of values in a dimension or measure.
public NumericalAggregationFunction.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NumericalAggregationFunction.Builder,NumericalAggregationFunction>public static NumericalAggregationFunction.Builder builder()
public static Class<? extends NumericalAggregationFunction.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.