Class MissingAggregate.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch._types.aggregations.AggregateBase.AbstractBuilder<BuilderT>
-
- org.opensearch.client.opensearch._types.aggregations.SingleBucketAggregateBase.AbstractBuilder<MissingAggregate.Builder>
-
- org.opensearch.client.opensearch._types.aggregations.MissingAggregate.Builder
-
- All Implemented Interfaces:
ObjectBuilder<MissingAggregate>
- Enclosing class:
- MissingAggregate
public static class MissingAggregate.Builder extends SingleBucketAggregateBase.AbstractBuilder<MissingAggregate.Builder> implements ObjectBuilder<MissingAggregate>
Builder forMissingAggregate.
-
-
Field Summary
-
Fields inherited from class org.opensearch.client.opensearch._types.aggregations.SingleBucketAggregateBase.AbstractBuilder
aggregations
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MissingAggregatebuild()Builds aMissingAggregate.protected MissingAggregate.Builderself()-
Methods inherited from class org.opensearch.client.opensearch._types.aggregations.SingleBucketAggregateBase.AbstractBuilder
aggregations, aggregations, aggregations, docCount
-
Methods inherited from class org.opensearch.client.opensearch._types.aggregations.AggregateBase.AbstractBuilder
meta, meta
-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
self
protected MissingAggregate.Builder self()
- Specified by:
selfin classAggregateBase.AbstractBuilder<MissingAggregate.Builder>
-
build
public MissingAggregate build()
Builds aMissingAggregate.- Specified by:
buildin interfaceObjectBuilder<MissingAggregate>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-