Class CompositeValuesSource.AbstractBuilder<BuilderT extends CompositeValuesSource.AbstractBuilder<BuilderT>>
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch._types.aggregations.CompositeValuesSource.AbstractBuilder<BuilderT>
- Direct Known Subclasses:
CompositeDateHistogramAggregationSource.Builder,CompositeGeoTileGridAggregationSource.Builder,CompositeHistogramAggregationSource.Builder,CompositeTermsAggregationSource.Builder
- Enclosing class:
CompositeValuesSource
public abstract static class CompositeValuesSource.AbstractBuilder<BuilderT extends CompositeValuesSource.AbstractBuilder<BuilderT>>
extends ObjectBuilderBase
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedprotected -
Method Summary
Modifier and TypeMethodDescriptionfinal BuilderTAPI name:fieldfinal BuilderTmissingBucket(Boolean value) API name:missing_bucketfinal BuilderTmissingOrder(MissingOrder value) API name:missing_orderfinal BuilderTAPI name:orderfinal BuilderTAPI name:scriptfinal BuilderTAPI name:scriptprotected abstract BuilderTself()final BuilderTAPI name:value_typeMethods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _listCopy, _mapCopy, _mapPut, _mapPutAll
-
Constructor Details
-
AbstractBuilder
protected AbstractBuilder() -
AbstractBuilder
-
AbstractBuilder
-
-
Method Details
-
self
-
field
API name:field -
missingBucket
API name:missing_bucket -
missingOrder
API name:missing_order -
order
API name:order -
script
API name:script -
script
API name:script -
valueType
API name:value_type
-