Class CfnDashboard.TotalAggregationFunctionProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.TotalAggregationFunctionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.TotalAggregationFunctionProperty>
- Enclosing interface:
CfnDashboard.TotalAggregationFunctionProperty
@Stability(Stable)
public static final class CfnDashboard.TotalAggregationFunctionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.TotalAggregationFunctionProperty>
A builder for
CfnDashboard.TotalAggregationFunctionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.simpleTotalAggregationFunction(String simpleTotalAggregationFunction)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
simpleTotalAggregationFunction
@Stability(Stable) public CfnDashboard.TotalAggregationFunctionProperty.Builder simpleTotalAggregationFunction(String simpleTotalAggregationFunction) - Parameters:
simpleTotalAggregationFunction- A built in aggregation function for total values.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.TotalAggregationFunctionProperty>- Returns:
- a new instance of
CfnDashboard.TotalAggregationFunctionProperty - Throws:
NullPointerException- if any required attribute was not provided
-