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 Details

    • 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.