Class UnmappedSignificantTermsAggregate.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.aggregations.AggregateBase.AbstractBuilder<BuilderT>
co.elastic.clients.elasticsearch._types.aggregations.MultiBucketAggregateBase.AbstractBuilder<java.lang.Void,UnmappedSignificantTermsAggregate.Builder>
co.elastic.clients.elasticsearch._types.aggregations.UnmappedSignificantTermsAggregate.Builder
- All Implemented Interfaces:
WithJson<UnmappedSignificantTermsAggregate.Builder>,ObjectBuilder<UnmappedSignificantTermsAggregate>
- Enclosing class:
- UnmappedSignificantTermsAggregate
public static class UnmappedSignificantTermsAggregate.Builder extends MultiBucketAggregateBase.AbstractBuilder<java.lang.Void,UnmappedSignificantTermsAggregate.Builder> implements ObjectBuilder<UnmappedSignificantTermsAggregate>
Builder for
UnmappedSignificantTermsAggregate.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description UnmappedSignificantTermsAggregatebuild()Builds aUnmappedSignificantTermsAggregate.protected UnmappedSignificantTermsAggregate.Builderself()Methods inherited from class co.elastic.clients.elasticsearch._types.aggregations.MultiBucketAggregateBase.AbstractBuilder
buckets, buckets, tBucketSerializerMethods inherited from class co.elastic.clients.elasticsearch._types.aggregations.AggregateBase.AbstractBuilder
meta, metaMethods 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
-
Builder
public Builder()
-
-
Method Details
-
self
- Specified by:
selfin classAggregateBase.AbstractBuilder<UnmappedSignificantTermsAggregate.Builder>
-
build
Builds aUnmappedSignificantTermsAggregate.- Specified by:
buildin interfaceObjectBuilder<UnmappedSignificantTermsAggregate>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-