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 Summary
Constructors Modifier Constructor Description protectedAbstractBuilder() -
Method Summary
Modifier and Type Method Description BuilderTbucketsPath(BucketsPath value)Path to the buckets that contain one set of values to correlate.BuilderTbucketsPath(java.util.function.Function<BucketsPath.Builder,ObjectBuilder<BucketsPath>> fn)Path to the buckets that contain one set of values to correlate.Methods inherited from class co.elastic.clients.elasticsearch._types.aggregations.AggregationBase.AbstractBuilder
meta, meta, name, selfMethods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AbstractBuilder
protected AbstractBuilder()
-
-
Method Details
-
bucketsPath
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
-