Class BucketPathAggregation.AbstractBuilder<BuilderT extends BucketPathAggregation.AbstractBuilder<BuilderT>>
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch._types.aggregations.AggregationBase.AbstractBuilder<BuilderT>
org.opensearch.client.opensearch._types.aggregations.BucketPathAggregation.AbstractBuilder<BuilderT>
- Direct Known Subclasses:
PipelineAggregationBase.AbstractBuilder
- Enclosing class:
BucketPathAggregation
public abstract static class BucketPathAggregation.AbstractBuilder<BuilderT extends BucketPathAggregation.AbstractBuilder<BuilderT>>
extends AggregationBase.AbstractBuilder<BuilderT>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedprotected -
Method Summary
Modifier and TypeMethodDescriptionfinal BuilderTAPI name:buckets_pathfinal BuilderTbucketsPath(BucketsPath value) API name:buckets_pathMethods inherited from class org.opensearch.client.opensearch._types.aggregations.AggregationBase.AbstractBuilder
meta, meta, name, selfMethods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _listCopy, _mapCopy, _mapPut, _mapPutAll
-
Constructor Details
-
AbstractBuilder
protected AbstractBuilder() -
AbstractBuilder
-
AbstractBuilder
-
-
Method Details
-
bucketsPath
API name:buckets_path -
bucketsPath
@Nonnull public final BuilderT bucketsPath(Function<BucketsPath.Builder, ObjectBuilder<BucketsPath>> fn) API name:buckets_path
-