Class CfnDataSetPropsMixin.DataPrepPercentileAggregationFunctionProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDataSetPropsMixin.DataPrepPercentileAggregationFunctionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSetPropsMixin.DataPrepPercentileAggregationFunctionProperty>
- Enclosing interface:
CfnDataSetPropsMixin.DataPrepPercentileAggregationFunctionProperty
@Stability(Stable)
public static final class CfnDataSetPropsMixin.DataPrepPercentileAggregationFunctionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSetPropsMixin.DataPrepPercentileAggregationFunctionProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.inputColumnName(String inputColumnName) percentileValue(Number percentileValue)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
inputColumnName
@Stability(Stable) public CfnDataSetPropsMixin.DataPrepPercentileAggregationFunctionProperty.Builder inputColumnName(String inputColumnName) Sets the value ofCfnDataSetPropsMixin.DataPrepPercentileAggregationFunctionProperty.getInputColumnName()- Parameters:
inputColumnName- the value to be set.- Returns:
this
-
percentileValue
@Stability(Stable) public CfnDataSetPropsMixin.DataPrepPercentileAggregationFunctionProperty.Builder percentileValue(Number percentileValue) Sets the value ofCfnDataSetPropsMixin.DataPrepPercentileAggregationFunctionProperty.getPercentileValue()- Parameters:
percentileValue- the value to be set.- Returns:
this
-
build
@Stability(Stable) public CfnDataSetPropsMixin.DataPrepPercentileAggregationFunctionProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSetPropsMixin.DataPrepPercentileAggregationFunctionProperty>- Returns:
- a new instance of
CfnDataSetPropsMixin.DataPrepPercentileAggregationFunctionProperty - Throws:
NullPointerException- if any required attribute was not provided
-