Class ProcessorGrokResponse.Builder
java.lang.Object
org.opensearch.client.opensearch.ingest.ProcessorGrokResponse.Builder
- All Implemented Interfaces:
ObjectBuilder<ProcessorGrokResponse>
- Enclosing class:
- ProcessorGrokResponse
public static class ProcessorGrokResponse.Builder extends java.lang.Object implements ObjectBuilder<ProcessorGrokResponse>
Builder for
ProcessorGrokResponse.-
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 ProcessorGrokResponsebuild()Builds aProcessorGrokResponse.ProcessorGrokResponse.Builderpatterns(java.util.Map<java.lang.String,java.lang.String> value)API name:patternsProcessorGrokResponse.BuilderputPatterns(java.lang.String key, java.lang.String value)Add a key/value topatterns(Map), creating the map if needed.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
patterns
public ProcessorGrokResponse.Builder patterns(java.util.Map<java.lang.String,java.lang.String> value)API name:patterns -
putPatterns
Add a key/value topatterns(Map), creating the map if needed. -
build
Builds aProcessorGrokResponse.- Specified by:
buildin interfaceObjectBuilder<ProcessorGrokResponse>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-