Class SignificantLongTermsAggregate.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<T,BuilderT>
co.elastic.clients.elasticsearch._types.aggregations.SignificantTermsAggregateBase.AbstractBuilder<SignificantLongTermsBucket,SignificantLongTermsAggregate.Builder>
co.elastic.clients.elasticsearch._types.aggregations.SignificantLongTermsAggregate.Builder
- All Implemented Interfaces:
WithJson<SignificantLongTermsAggregate.Builder>,ObjectBuilder<SignificantLongTermsAggregate>
- Enclosing class:
- SignificantLongTermsAggregate
public static class SignificantLongTermsAggregate.Builder
extends SignificantTermsAggregateBase.AbstractBuilder<SignificantLongTermsBucket,SignificantLongTermsAggregate.Builder>
implements ObjectBuilder<SignificantLongTermsAggregate>
Builder for
SignificantLongTermsAggregate.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aSignificantLongTermsAggregate.protected SignificantLongTermsAggregate.Builderself()Methods inherited from class co.elastic.clients.elasticsearch._types.aggregations.SignificantTermsAggregateBase.AbstractBuilder
bgCount, docCount, tSerializerMethods 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, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
- Specified by:
selfin classAggregateBase.AbstractBuilder<SignificantLongTermsAggregate.Builder>
-
build
Builds aSignificantLongTermsAggregate.- Specified by:
buildin interfaceObjectBuilder<SignificantLongTermsAggregate>- Throws:
NullPointerException- if some of the required fields are null.
-