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