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