Class DeletePipelineRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.logstash.DeletePipelineRequest
Delete a Logstash pipeline. Delete a pipeline that is used for Logstash
Central Management. If the request succeeds, you receive an empty response
with an appropriate status code.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<DeletePipelineRequest,
BooleanResponse, ErrorResponse> Endpoint "logstash.delete_pipeline
". -
Method Summary
Modifier and TypeMethodDescriptionfinal String
id()
Required - An identifier for the pipeline.static DeletePipelineRequest
Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "logstash.delete_pipeline
".
-
-
Method Details
-
of
public static DeletePipelineRequest of(Function<DeletePipelineRequest.Builder, ObjectBuilder<DeletePipelineRequest>> fn) -
id
Required - An identifier for the pipeline.API name:
id
-