Class FrequentItemSetsAggregate.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<FrequentItemSetsBucket,FrequentItemSetsAggregate.Builder>
co.elastic.clients.elasticsearch._types.aggregations.FrequentItemSetsAggregate.Builder
- All Implemented Interfaces:
WithJson<FrequentItemSetsAggregate.Builder>,ObjectBuilder<FrequentItemSetsAggregate>
- Enclosing class:
- FrequentItemSetsAggregate
public static class FrequentItemSetsAggregate.Builder
extends MultiBucketAggregateBase.AbstractBuilder<FrequentItemSetsBucket,FrequentItemSetsAggregate.Builder>
implements ObjectBuilder<FrequentItemSetsAggregate>
Builder for
FrequentItemSetsAggregate.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aFrequentItemSetsAggregate.protected FrequentItemSetsAggregate.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, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
- Specified by:
selfin classAggregateBase.AbstractBuilder<FrequentItemSetsAggregate.Builder>
-
build
Builds aFrequentItemSetsAggregate.- Specified by:
buildin interfaceObjectBuilder<FrequentItemSetsAggregate>- Throws:
NullPointerException- if some of the required fields are null.
-