Class NumericalAggregationFunction
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.NumericalAggregationFunction
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NumericalAggregationFunction.Builder,NumericalAggregationFunction>
@Generated("software.amazon.awssdk:codegen") public final class NumericalAggregationFunction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NumericalAggregationFunction.Builder,NumericalAggregationFunction>
Aggregation for numerical values.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNumericalAggregationFunction.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NumericalAggregationFunction.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()PercentileAggregationpercentileAggregation()An aggregation based on the percentile of values in a dimension or measure.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends NumericalAggregationFunction.Builder>serializableBuilderClass()SimpleNumericalAggregationFunctionsimpleNumericalAggregation()Built-in aggregation functions for numerical values.StringsimpleNumericalAggregationAsString()Built-in aggregation functions for numerical values.NumericalAggregationFunction.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
simpleNumericalAggregation
public 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,
simpleNumericalAggregationwill returnSimpleNumericalAggregationFunction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsimpleNumericalAggregationAsString().- Returns:
- 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.
-
- See Also:
SimpleNumericalAggregationFunction
-
-
simpleNumericalAggregationAsString
public 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,
simpleNumericalAggregationwill returnSimpleNumericalAggregationFunction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsimpleNumericalAggregationAsString().- Returns:
- 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.
-
- See Also:
SimpleNumericalAggregationFunction
-
-
percentileAggregation
public final PercentileAggregation percentileAggregation()
An aggregation based on the percentile of values in a dimension or measure.
- Returns:
- An aggregation based on the percentile of values in a dimension or measure.
-
toBuilder
public NumericalAggregationFunction.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NumericalAggregationFunction.Builder,NumericalAggregationFunction>
-
builder
public static NumericalAggregationFunction.Builder builder()
-
serializableBuilderClass
public static Class<? extends NumericalAggregationFunction.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-