Class StopIlmRequest.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.RequestBase.AbstractBuilder<StopIlmRequest.Builder>
co.elastic.clients.elasticsearch.ilm.StopIlmRequest.Builder
- All Implemented Interfaces:
WithJson<StopIlmRequest.Builder>,ObjectBuilder<StopIlmRequest>
- Enclosing class:
- StopIlmRequest
public static class StopIlmRequest.Builder
extends RequestBase.AbstractBuilder<StopIlmRequest.Builder>
implements ObjectBuilder<StopIlmRequest>
Builder for
StopIlmRequest.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aStopIlmRequest.final StopIlmRequest.BuildermasterTimeout(Time value) Period to wait for a connection to the master node.final StopIlmRequest.BuilderPeriod to wait for a connection to the master node.protected StopIlmRequest.Builderself()final StopIlmRequest.BuilderPeriod to wait for a response.final StopIlmRequest.BuilderPeriod 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
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
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<StopIlmRequest.Builder>
-
build
Builds aStopIlmRequest.- Specified by:
buildin interfaceObjectBuilder<StopIlmRequest>- Throws:
NullPointerException- if some of the required fields are null.
-