Class CfnAnalysisPropsMixin.PercentileAggregationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.PercentileAggregationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.PercentileAggregationProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.PercentileAggregationProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.PercentileAggregationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.PercentileAggregationProperty>
A builder for
CfnAnalysisPropsMixin.PercentileAggregationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.percentileValue(Number percentileValue) Sets the value ofCfnAnalysisPropsMixin.PercentileAggregationProperty.getPercentileValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
percentileValue
@Stability(Stable) public CfnAnalysisPropsMixin.PercentileAggregationProperty.Builder percentileValue(Number percentileValue) Sets the value ofCfnAnalysisPropsMixin.PercentileAggregationProperty.getPercentileValue()- Parameters:
percentileValue- The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.PercentileAggregationProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.PercentileAggregationProperty - Throws:
NullPointerException- if any required attribute was not provided
-