Interface AttributeAggregationFunction.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AttributeAggregationFunction.Builder,,AttributeAggregationFunction> SdkBuilder<AttributeAggregationFunction.Builder,,AttributeAggregationFunction> SdkPojo
- Enclosing class:
 AttributeAggregationFunction
public static interface AttributeAggregationFunction.Builder
extends SdkPojo, CopyableBuilder<AttributeAggregationFunction.Builder,AttributeAggregationFunction> 
- 
Method Summary
Modifier and TypeMethodDescriptionsimpleAttributeAggregation(String simpleAttributeAggregation) The built-in aggregation functions for attributes.simpleAttributeAggregation(SimpleAttributeAggregationFunction simpleAttributeAggregation) The built-in aggregation functions for attributes.valueForMultipleValues(String valueForMultipleValues) Used by theUNIQUE_VALUEaggregation function.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
simpleAttributeAggregation
The built-in aggregation functions for attributes.
- 
 
UNIQUE_VALUE: Returns the unique value for a field, aggregated by the dimension fields. 
- Parameters:
 simpleAttributeAggregation- The built-in aggregation functions for attributes.- 
        
UNIQUE_VALUE: Returns the unique value for a field, aggregated by the dimension fields. 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
 
 - 
simpleAttributeAggregation
AttributeAggregationFunction.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. 
- Parameters:
 simpleAttributeAggregation- The built-in aggregation functions for attributes.- 
        
UNIQUE_VALUE: Returns the unique value for a field, aggregated by the dimension fields. 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
 
 - 
valueForMultipleValues
Used by the
UNIQUE_VALUEaggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.- Parameters:
 valueForMultipleValues- Used by theUNIQUE_VALUEaggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -