Class DeleteByQueryRethrottleResponse.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch.tasks.TaskListResponseBase.AbstractBuilder<DeleteByQueryRethrottleResponse.Builder>
co.elastic.clients.elasticsearch.core.DeleteByQueryRethrottleResponse.Builder
- All Implemented Interfaces:
WithJson<DeleteByQueryRethrottleResponse.Builder>
,ObjectBuilder<DeleteByQueryRethrottleResponse>
- Enclosing class:
- DeleteByQueryRethrottleResponse
public static class DeleteByQueryRethrottleResponse.Builder
extends TaskListResponseBase.AbstractBuilder<DeleteByQueryRethrottleResponse.Builder>
implements ObjectBuilder<DeleteByQueryRethrottleResponse>
Builder for
DeleteByQueryRethrottleResponse
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds aDeleteByQueryRethrottleResponse
.protected DeleteByQueryRethrottleResponse.Builder
self()
Methods inherited from class co.elastic.clients.elasticsearch.tasks.TaskListResponseBase.AbstractBuilder
nodeFailures, nodeFailures, nodeFailures, nodes, nodes, nodes, taskFailures, taskFailures, taskFailures, tasks, tasks
Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJson
Methods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
- Specified by:
self
in classTaskListResponseBase.AbstractBuilder<DeleteByQueryRethrottleResponse.Builder>
-
build
Builds aDeleteByQueryRethrottleResponse
.- Specified by:
build
in interfaceObjectBuilder<DeleteByQueryRethrottleResponse>
- Throws:
NullPointerException
- if some of the required fields are null.
-