Class CfnDashboard.AttributeAggregationFunctionProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.AttributeAggregationFunctionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.AttributeAggregationFunctionProperty>
- Enclosing interface:
CfnDashboard.AttributeAggregationFunctionProperty
@Stability(Stable)
public static final class CfnDashboard.AttributeAggregationFunctionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.AttributeAggregationFunctionProperty>
A builder for
CfnDashboard.AttributeAggregationFunctionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.simpleAttributeAggregation(String simpleAttributeAggregation) valueForMultipleValues(String valueForMultipleValues)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
simpleAttributeAggregation
@Stability(Stable) public CfnDashboard.AttributeAggregationFunctionProperty.Builder simpleAttributeAggregation(String simpleAttributeAggregation) - Parameters:
simpleAttributeAggregation- The built-in aggregation functions for attributes.UNIQUE_VALUE: Returns the unique value for a field, aggregated by the dimension fields.
- Returns:
this
-
valueForMultipleValues
@Stability(Stable) public CfnDashboard.AttributeAggregationFunctionProperty.Builder valueForMultipleValues(String valueForMultipleValues) - 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:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.AttributeAggregationFunctionProperty>- Returns:
- a new instance of
CfnDashboard.AttributeAggregationFunctionProperty - Throws:
NullPointerException- if any required attribute was not provided
-