Class CfnDataSet.ValueColumnConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDataSet.ValueColumnConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSet.ValueColumnConfigurationProperty>
- Enclosing interface:
CfnDataSet.ValueColumnConfigurationProperty
@Stability(Stable)
public static final class CfnDataSet.ValueColumnConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSet.ValueColumnConfigurationProperty>
A builder for
CfnDataSet.ValueColumnConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaggregationFunction(IResolvable aggregationFunction) Sets the value ofCfnDataSet.ValueColumnConfigurationProperty.getAggregationFunction()aggregationFunction(CfnDataSet.DataPrepAggregationFunctionProperty aggregationFunction) Sets the value ofCfnDataSet.ValueColumnConfigurationProperty.getAggregationFunction()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
aggregationFunction
@Stability(Stable) public CfnDataSet.ValueColumnConfigurationProperty.Builder aggregationFunction(IResolvable aggregationFunction) Sets the value ofCfnDataSet.ValueColumnConfigurationProperty.getAggregationFunction()- Parameters:
aggregationFunction- The aggregation function to apply when multiple values map to the same pivoted cell.- Returns:
this
-
aggregationFunction
@Stability(Stable) public CfnDataSet.ValueColumnConfigurationProperty.Builder aggregationFunction(CfnDataSet.DataPrepAggregationFunctionProperty aggregationFunction) Sets the value ofCfnDataSet.ValueColumnConfigurationProperty.getAggregationFunction()- Parameters:
aggregationFunction- The aggregation function to apply when multiple values map to the same pivoted cell.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSet.ValueColumnConfigurationProperty>- Returns:
- a new instance of
CfnDataSet.ValueColumnConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-