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