Class CfnTemplate.PercentileAggregationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.PercentileAggregationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.PercentileAggregationProperty>
- Enclosing interface:
- CfnTemplate.PercentileAggregationProperty
@Stability(Stable)
public static final class CfnTemplate.PercentileAggregationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.PercentileAggregationProperty>
A builder for
CfnTemplate.PercentileAggregationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.percentileValue(Number percentileValue) Sets the value ofCfnTemplate.PercentileAggregationProperty.getPercentileValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
percentileValue
@Stability(Stable) public CfnTemplate.PercentileAggregationProperty.Builder percentileValue(Number percentileValue) Sets the value ofCfnTemplate.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<CfnTemplate.PercentileAggregationProperty>- Returns:
- a new instance of
CfnTemplate.PercentileAggregationProperty - Throws:
NullPointerException- if any required attribute was not provided
-