Class GetPipelineRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.ingest.GetPipelineRequest
- All Implemented Interfaces:
ToCopyableBuilder<GetPipelineRequest.Builder,GetPipelineRequest>
@Generated("org.opensearch.client.codegen.CodeGenerator")
public final class GetPipelineRequest
extends RequestBase
implements ToCopyableBuilder<GetPipelineRequest.Builder,GetPipelineRequest>
Returns an ingest pipeline.
-
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<GetPipelineRequest, GetPipelineResponse, ErrorResponse> Endpoint "ingest.get_pipeline". -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyQueryParameters(Map<String, String> params) static GetPipelineRequest.Builderbuilder()final TimeThe amount of time allowed to establish a connection to the cluster manager node.booleaninthashCode()final Stringid()A comma-separated list of pipeline IDs to retrieve.final TimeDeprecated.static GetPipelineRequestCreate 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.get_pipeline".
-
-
Method Details
-
of
public static GetPipelineRequest of(Function<GetPipelineRequest.Builder, ObjectBuilder<GetPipelineRequest>> fn) -
clusterManagerTimeout
The amount of time allowed to establish a connection to the cluster manager node.API name:
cluster_manager_timeout -
id
A comma-separated list of pipeline IDs to retrieve. Wildcard (*) expressions are supported. To get all ingest pipelines, omit this parameter or use*.API name:
id -
masterTimeout
Deprecated.Period to wait for a connection to the cluster-manager node. If no response is received before the timeout expires, the request fails and returns an error.API name:
master_timeout -
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<GetPipelineRequest.Builder,GetPipelineRequest> - Returns:
- a new builder instance.
-
builder
-
applyQueryParameters
- Overrides:
applyQueryParametersin classRequestBase
-
hashCode
public int hashCode() -
equals
-