Class BucketPathAggregation.AbstractBuilder<BuilderT extends BucketPathAggregation.AbstractBuilder<BuilderT>>

java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.aggregations.AggregationBase.AbstractBuilder<BuilderT>
co.elastic.clients.elasticsearch._types.aggregations.BucketPathAggregation.AbstractBuilder<BuilderT>
All Implemented Interfaces:
WithJson<BuilderT>
Direct Known Subclasses:
BucketCorrelationAggregation.Builder, BucketKsAggregation.Builder, PipelineAggregationBase.AbstractBuilder
Enclosing class:
BucketPathAggregation

protected abstract static class BucketPathAggregation.AbstractBuilder<BuilderT extends BucketPathAggregation.AbstractBuilder<BuilderT>>
extends AggregationBase.AbstractBuilder<BuilderT>
  • Constructor Details

    • AbstractBuilder

      protected AbstractBuilder()
  • Method Details

    • bucketsPath

      public final BuilderT bucketsPath​(@Nullable BucketsPath value)
      Path to the buckets that contain one set of values to correlate.

      API name: buckets_path

    • bucketsPath

      public final BuilderT bucketsPath​(java.util.function.Function<BucketsPath.Builder,​ObjectBuilder<BucketsPath>> fn)
      Path to the buckets that contain one set of values to correlate.

      API name: buckets_path