Interface PercentileAggregation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PercentileAggregation.Builder,PercentileAggregation>,SdkBuilder<PercentileAggregation.Builder,PercentileAggregation>,SdkPojo
- Enclosing class:
- PercentileAggregation
public static interface PercentileAggregation.Builder extends SdkPojo, CopyableBuilder<PercentileAggregation.Builder,PercentileAggregation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PercentileAggregation.BuilderpercentileValue(Double percentileValue)The percentile value.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
percentileValue
PercentileAggregation.Builder percentileValue(Double 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.
- 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:
- Returns a reference to this object so that method calls can be chained together.
-
-