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