Class KeyedProcessor.Builder
java.lang.Object
org.opensearch.client.opensearch.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.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensearch.client.util.ObjectBuilder
ObjectBuilder.Constant<V> -
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description KeyedProcessorbuild()Builds aKeyedProcessor.KeyedProcessor.Builderstatistics(java.util.function.Function<Process.Builder,ObjectBuilder<Process>> fn)API name:statisticsKeyedProcessor.Builderstatistics(Process value)API name:statisticsKeyedProcessor.Buildertype(java.lang.String value)API name:type
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
statistics
API name:statistics -
statistics
public KeyedProcessor.Builder statistics(java.util.function.Function<Process.Builder,ObjectBuilder<Process>> fn)API name:statistics -
type
API name:type -
build
Builds aKeyedProcessor.- Specified by:
buildin interfaceObjectBuilder<KeyedProcessor>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-