Class NodeInfoIngestProcessor.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<NodeInfoIngestProcessor.Builder>
co.elastic.clients.elasticsearch.nodes.info.NodeInfoIngestProcessor.Builder
- All Implemented Interfaces:
WithJson<NodeInfoIngestProcessor.Builder>,ObjectBuilder<NodeInfoIngestProcessor>
- Enclosing class:
- NodeInfoIngestProcessor
public static class NodeInfoIngestProcessor.Builder extends WithJsonObjectBuilderBase<NodeInfoIngestProcessor.Builder> implements ObjectBuilder<NodeInfoIngestProcessor>
Builder for
NodeInfoIngestProcessor.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description NodeInfoIngestProcessorbuild()Builds aNodeInfoIngestProcessor.protected NodeInfoIngestProcessor.Builderself()NodeInfoIngestProcessor.Buildertype(java.lang.String value)Required - API name:typeMethods 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
-
type
Required - API name:type -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<NodeInfoIngestProcessor.Builder>
-
build
Builds aNodeInfoIngestProcessor.- Specified by:
buildin interfaceObjectBuilder<NodeInfoIngestProcessor>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-