Class ProcessorGrokRequest.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch._types.RequestBase.AbstractBuilder<ProcessorGrokRequest.Builder>
org.opensearch.client.opensearch.ingest.ProcessorGrokRequest.Builder
- All Implemented Interfaces:
CopyableBuilder<ProcessorGrokRequest.Builder,,ProcessorGrokRequest> MutableBuilder<ProcessorGrokRequest.Builder,,ProcessorGrokRequest> ObjectBuilder<ProcessorGrokRequest>
- Enclosing class:
ProcessorGrokRequest
public static class ProcessorGrokRequest.Builder
extends RequestBase.AbstractBuilder<ProcessorGrokRequest.Builder>
implements CopyableBuilder<ProcessorGrokRequest.Builder,ProcessorGrokRequest>
Builder for
ProcessorGrokRequest.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aProcessorGrokRequest.copy()Create a new builderCopyableBuilderthat is a copy of this one.Determines how to sort returned grok patterns by key name.protected ProcessorGrokRequest.Builderself()Methods inherited from class org.opensearch.client.opensearch._types.RequestBase.AbstractBuilder
errorTrace, humanMethods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _listCopy, _mapCopy, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.util.MutableBuilder
applyMutation
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
copy
Description copied from interface:CopyableBuilderCreate a new builderCopyableBuilderthat is a copy of this one.- Specified by:
copyin interfaceCopyableBuilder<ProcessorGrokRequest.Builder,ProcessorGrokRequest> - Returns:
- a new builder instance.
-
self
- Specified by:
selfin classRequestBase.AbstractBuilder<ProcessorGrokRequest.Builder>
-
s
Determines how to sort returned grok patterns by key name.API name:
s -
build
Builds aProcessorGrokRequest.- Specified by:
buildin interfaceObjectBuilder<ProcessorGrokRequest>- Throws:
NullPointerException- if some of the required fields are null.
-