Class DeletePipelineRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.ingest.DeletePipelineRequest
- All Implemented Interfaces:
ToCopyableBuilder<DeletePipelineRequest.Builder,DeletePipelineRequest>
@Generated("org.opensearch.client.codegen.CodeGenerator")
public final class DeletePipelineRequest
extends RequestBase
implements ToCopyableBuilder<DeletePipelineRequest.Builder,DeletePipelineRequest>
Deletes 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<DeletePipelineRequest, DeletePipelineResponse, ErrorResponse> Endpoint "ingest.delete_pipeline". -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyQueryParameters(Map<String, String> params) builder()final TimeThe amount of time allowed to establish a connection to the cluster manager node.booleaninthashCode()final Stringid()Required - The pipeline ID or wildcard expression of pipeline IDs used to limit the request.final TimeDeprecated.static DeletePipelineRequestfinal Timetimeout()The amount of time to wait for a response.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.delete_pipeline".
-
-
Method Details
-
of
public static DeletePipelineRequest of(Function<DeletePipelineRequest.Builder, ObjectBuilder<DeletePipelineRequest>> fn) -
clusterManagerTimeout
The amount of time allowed to establish a connection to the cluster manager node.API name:
cluster_manager_timeout -
id
Required - The pipeline ID or wildcard expression of pipeline IDs used to limit the request. To delete all ingest pipelines in a cluster, use a value of*.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 -
timeout
The amount of time to wait for a response.API name:
timeout -
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<DeletePipelineRequest.Builder,DeletePipelineRequest> - Returns:
- a new builder instance.
-
builder
-
applyQueryParameters
- Overrides:
applyQueryParametersin classRequestBase
-
hashCode
public int hashCode() -
equals
-