Class NodeInfoAggregation.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<NodeInfoAggregation.Builder>
co.elastic.clients.elasticsearch.nodes.info.NodeInfoAggregation.Builder
- All Implemented Interfaces:
WithJson<NodeInfoAggregation.Builder>,ObjectBuilder<NodeInfoAggregation>
- Enclosing class:
- NodeInfoAggregation
public static class NodeInfoAggregation.Builder extends WithJsonObjectBuilderBase<NodeInfoAggregation.Builder> implements ObjectBuilder<NodeInfoAggregation>
Builder for
NodeInfoAggregation.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description NodeInfoAggregationbuild()Builds aNodeInfoAggregation.protected NodeInfoAggregation.Builderself()NodeInfoAggregation.Buildertypes(java.lang.String value, java.lang.String... values)Required - API name:typesNodeInfoAggregation.Buildertypes(java.util.List<java.lang.String> list)Required - API name:typesMethods 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
-
types
Required - API name:typesAdds all elements of
listtotypes. -
types
Required - API name:typesAdds one or more values to
types. -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<NodeInfoAggregation.Builder>
-
build
Builds aNodeInfoAggregation.- Specified by:
buildin interfaceObjectBuilder<NodeInfoAggregation>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-