Class DeleteLifecycleRequest.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.RequestBase.AbstractBuilder<DeleteLifecycleRequest.Builder>
co.elastic.clients.elasticsearch.slm.DeleteLifecycleRequest.Builder
- All Implemented Interfaces:
WithJson<DeleteLifecycleRequest.Builder>,ObjectBuilder<DeleteLifecycleRequest>
- Enclosing class:
- DeleteLifecycleRequest
public static class DeleteLifecycleRequest.Builder
extends RequestBase.AbstractBuilder<DeleteLifecycleRequest.Builder>
implements ObjectBuilder<DeleteLifecycleRequest>
Builder for
DeleteLifecycleRequest.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aDeleteLifecycleRequest.masterTimeout(Time value) The period to wait for a connection to the master node.The period to wait for a connection to the master node.Required - The id of the snapshot lifecycle policy to removeprotected DeleteLifecycleRequest.Builderself()The period to wait for a response.The 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
-
masterTimeout
The 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 DeleteLifecycleRequest.Builder masterTimeout(Function<Time.Builder, ObjectBuilder<Time>> fn) The 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 -
policyId
Required - The id of the snapshot lifecycle policy to removeAPI name:
policy_id -
timeout
The 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
The 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<DeleteLifecycleRequest.Builder>
-
build
Builds aDeleteLifecycleRequest.- Specified by:
buildin interfaceObjectBuilder<DeleteLifecycleRequest>- Throws:
NullPointerException- if some of the required fields are null.
-