Class UnmappedSamplerAggregate.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.SingleBucketAggregateBase.AbstractBuilder<UnmappedSamplerAggregate.Builder>
co.elastic.clients.elasticsearch._types.aggregations.UnmappedSamplerAggregate.Builder
- All Implemented Interfaces:
WithJson<UnmappedSamplerAggregate.Builder>,ObjectBuilder<UnmappedSamplerAggregate>
- Enclosing class:
- UnmappedSamplerAggregate
public static class UnmappedSamplerAggregate.Builder extends SingleBucketAggregateBase.AbstractBuilder<UnmappedSamplerAggregate.Builder> implements ObjectBuilder<UnmappedSamplerAggregate>
Builder for
UnmappedSamplerAggregate.-
Field Summary
Fields inherited from class co.elastic.clients.elasticsearch._types.aggregations.SingleBucketAggregateBase.AbstractBuilder
aggregations -
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description UnmappedSamplerAggregatebuild()Builds aUnmappedSamplerAggregate.protected UnmappedSamplerAggregate.Builderself()Methods inherited from class co.elastic.clients.elasticsearch._types.aggregations.SingleBucketAggregateBase.AbstractBuilder
aggregations, aggregations, aggregations, docCountMethods 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<UnmappedSamplerAggregate.Builder>
-
build
Builds aUnmappedSamplerAggregate.- Specified by:
buildin interfaceObjectBuilder<UnmappedSamplerAggregate>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-