Class CompositeAggregationBase.AbstractBuilder<BuilderT extends CompositeAggregationBase.AbstractBuilder<BuilderT>>
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.aggregations.CompositeAggregationBase.AbstractBuilder<BuilderT>
- All Implemented Interfaces:
WithJson<BuilderT>
- Direct Known Subclasses:
CompositeDateHistogramAggregation.Builder,CompositeGeoTileGridAggregation.Builder,CompositeHistogramAggregation.Builder,CompositeTermsAggregation.Builder
- Enclosing class:
- CompositeAggregationBase
public abstract static class CompositeAggregationBase.AbstractBuilder<BuilderT extends CompositeAggregationBase.AbstractBuilder<BuilderT>>
extends WithJsonObjectBuilderBase<BuilderT>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal BuilderTEitherfieldorscriptmust be presentfinal BuilderTmissingBucket(Boolean value) API name:missing_bucketfinal BuilderTmissingOrder(MissingOrder value) API name:missing_orderfinal BuilderTAPI name:orderfinal BuilderTEitherfieldorscriptmust be presentfinal BuilderTEitherfieldorscriptmust be presentprotected abstract BuilderTself()final BuilderTAPI name:value_typeMethods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
AbstractBuilder
public AbstractBuilder()
-
-
Method Details
-
field
Eitherfieldorscriptmust be presentAPI name:
field -
missingBucket
API name:missing_bucket -
missingOrder
API name:missing_order -
script
Eitherfieldorscriptmust be presentAPI name:
script -
script
Eitherfieldorscriptmust be presentAPI name:
script -
valueType
API name:value_type -
order
API name:order -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<BuilderT extends CompositeAggregationBase.AbstractBuilder<BuilderT>>
-