public static interface AttributeAggregationFunction.Builder extends SdkPojo, CopyableBuilder<AttributeAggregationFunction.Builder,AttributeAggregationFunction>
| Modifier and Type | Method and Description |
|---|---|
AttributeAggregationFunction.Builder |
simpleAttributeAggregation(SimpleAttributeAggregationFunction simpleAttributeAggregation)
The built-in aggregation functions for attributes.
|
AttributeAggregationFunction.Builder |
simpleAttributeAggregation(String simpleAttributeAggregation)
The built-in aggregation functions for attributes.
|
AttributeAggregationFunction.Builder |
valueForMultipleValues(String valueForMultipleValues)
Used by the
UNIQUE_VALUE aggregation function. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAttributeAggregationFunction.Builder simpleAttributeAggregation(String simpleAttributeAggregation)
The built-in aggregation functions for attributes.
UNIQUE_VALUE: Returns the unique value for a field, aggregated by the dimension fields.
simpleAttributeAggregation - The built-in aggregation functions for attributes.
UNIQUE_VALUE: Returns the unique value for a field, aggregated by the dimension fields.
SimpleAttributeAggregationFunction,
SimpleAttributeAggregationFunctionAttributeAggregationFunction.Builder simpleAttributeAggregation(SimpleAttributeAggregationFunction simpleAttributeAggregation)
The built-in aggregation functions for attributes.
UNIQUE_VALUE: Returns the unique value for a field, aggregated by the dimension fields.
simpleAttributeAggregation - The built-in aggregation functions for attributes.
UNIQUE_VALUE: Returns the unique value for a field, aggregated by the dimension fields.
SimpleAttributeAggregationFunction,
SimpleAttributeAggregationFunctionAttributeAggregationFunction.Builder valueForMultipleValues(String valueForMultipleValues)
Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used
by the aggregation, the value for this property will be returned instead. Defaults to '*'.
valueForMultipleValues - Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field
used by the aggregation, the value for this property will be returned instead. Defaults to '*'.Copyright © 2023. All rights reserved.