Class ProcessorGrokRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.ingest.ProcessorGrokRequest
- All Implemented Interfaces:
ToCopyableBuilder<ProcessorGrokRequest.Builder,ProcessorGrokRequest>
@Generated("org.opensearch.client.codegen.CodeGenerator")
public final class ProcessorGrokRequest
extends RequestBase
implements ToCopyableBuilder<ProcessorGrokRequest.Builder,ProcessorGrokRequest>
Returns a list of built-in grok patterns.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<ProcessorGrokRequest, ProcessorGrokResponse, ErrorResponse> Endpoint "ingest.processor_grok". -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyQueryParameters(Map<String, String> params) static ProcessorGrokRequest.Builderbuilder()booleaninthashCode()static ProcessorGrokRequestfinal Booleans()Determines how to sort returned grok patterns by key name.Create a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class org.opensearch.client.opensearch._types.RequestBase
errorTrace, humanMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_ENDPOINT
Endpoint "ingest.processor_grok".
-
-
Method Details
-
of
public static ProcessorGrokRequest of(Function<ProcessorGrokRequest.Builder, ObjectBuilder<ProcessorGrokRequest>> fn) -
s
Determines how to sort returned grok patterns by key name.API name:
s -
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<ProcessorGrokRequest.Builder,ProcessorGrokRequest> - Returns:
- a new builder instance.
-
builder
-
applyQueryParameters
- Overrides:
applyQueryParametersin classRequestBase
-
hashCode
public int hashCode() -
equals
-