Class DeletePipelineRequest.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.RequestBase.AbstractBuilder<DeletePipelineRequest.Builder>
co.elastic.clients.elasticsearch.ingest.DeletePipelineRequest.Builder
- All Implemented Interfaces:
WithJson<DeletePipelineRequest.Builder>,ObjectBuilder<DeletePipelineRequest>
- Enclosing class:
- DeletePipelineRequest
public static class DeletePipelineRequest.Builder
extends RequestBase.AbstractBuilder<DeletePipelineRequest.Builder>
implements ObjectBuilder<DeletePipelineRequest>
Builder for
DeletePipelineRequest.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aDeletePipelineRequest.Required - Pipeline ID or wildcard expression of pipeline IDs used to limit the request.masterTimeout(Time value) Period to wait for a connection to the master node.Period to wait for a connection to the master node.protected DeletePipelineRequest.Builderself()Period to wait for a response.Period to wait for a response.Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
id
Required - 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
Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.API name:
master_timeout -
masterTimeout
public final DeletePipelineRequest.Builder masterTimeout(Function<Time.Builder, ObjectBuilder<Time>> fn) Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.API name:
master_timeout -
timeout
Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.API name:
timeout -
timeout
Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.API name:
timeout -
self
- Specified by:
selfin classRequestBase.AbstractBuilder<DeletePipelineRequest.Builder>
-
build
Builds aDeletePipelineRequest.- Specified by:
buildin interfaceObjectBuilder<DeletePipelineRequest>- Throws:
NullPointerException- if some of the required fields are null.
-