Class KeyedProcessor.Builder
java.lang.Object
co.elastic.clients.elasticsearch.nodes.KeyedProcessor.Builder
- All Implemented Interfaces:
ObjectBuilder<KeyedProcessor>
- Enclosing class:
- KeyedProcessor
public static class KeyedProcessor.Builder extends java.lang.Object implements ObjectBuilder<KeyedProcessor>
Builder for
KeyedProcessor.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description KeyedProcessorbuild()Builds aKeyedProcessor.KeyedProcessor.Builderstatistics(Process value)Required - API name:statisticsKeyedProcessor.Builderstatistics(java.util.function.Function<Process.Builder,ObjectBuilder<Process>> fn)Required - API name:statisticsKeyedProcessor.Buildertype(java.lang.String value)Required - API name:typeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
statistics
Required - API name:statistics -
statistics
public KeyedProcessor.Builder statistics(java.util.function.Function<Process.Builder,ObjectBuilder<Process>> fn)Required - API name:statistics -
type
Required - API name:type -
build
Builds aKeyedProcessor.- Specified by:
buildin interfaceObjectBuilder<KeyedProcessor>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-