Class TaskListResponseBase.AbstractBuilder<BuilderT extends TaskListResponseBase.AbstractBuilder<BuilderT>>
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch.tasks.TaskListResponseBase.AbstractBuilder<BuilderT>
- All Implemented Interfaces:
WithJson<BuilderT>
- Direct Known Subclasses:
CancelResponse.Builder,DeleteByQueryRethrottleResponse.Builder,ListResponse.Builder
- Enclosing class:
- TaskListResponseBase
public abstract static class TaskListResponseBase.AbstractBuilder<BuilderT extends TaskListResponseBase.AbstractBuilder<BuilderT>>
extends WithJsonObjectBuilderBase<BuilderT>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal BuilderTnodeFailures(ErrorCause value, ErrorCause... values) API name:node_failuresfinal BuilderTAPI name:node_failuresfinal BuilderTnodeFailures(List<ErrorCause> list) API name:node_failuresfinal BuilderTTask information grouped by node, ifgroup_bywas set tonode(the default).final BuilderTnodes(String key, Function<NodeTasks.Builder, ObjectBuilder<NodeTasks>> fn) Task information grouped by node, ifgroup_bywas set tonode(the default).final BuilderTTask information grouped by node, ifgroup_bywas set tonode(the default).protected abstract BuilderTself()final BuilderTtaskFailures(TaskFailure value, TaskFailure... values) API name:task_failuresfinal BuilderTAPI name:task_failuresfinal BuilderTtaskFailures(List<TaskFailure> list) API name:task_failuresfinal BuilderTEither a flat list of tasks ifgroup_bywas set tonone, or grouped by parents ifgroup_bywas set toparents.final BuilderTEither a flat list of tasks ifgroup_bywas set tonone, or grouped by parents ifgroup_bywas set toparents.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
-
AbstractBuilder
public AbstractBuilder()
-
-
Method Details
-
nodeFailures
API name:node_failuresAdds all elements of
listtonodeFailures. -
nodeFailures
API name:node_failuresAdds one or more values to
nodeFailures. -
nodeFailures
API name:node_failuresAdds a value to
nodeFailuresusing a builder lambda. -
taskFailures
API name:task_failuresAdds all elements of
listtotaskFailures. -
taskFailures
API name:task_failuresAdds one or more values to
taskFailures. -
taskFailures
API name:task_failuresAdds a value to
taskFailuresusing a builder lambda. -
nodes
Task information grouped by node, ifgroup_bywas set tonode(the default).API name:
nodesAdds all entries of
maptonodes. -
nodes
Task information grouped by node, ifgroup_bywas set tonode(the default).API name:
nodesAdds an entry to
nodes. -
nodes
Task information grouped by node, ifgroup_bywas set tonode(the default).API name:
nodesAdds an entry to
nodesusing a builder lambda. -
tasks
Either a flat list of tasks ifgroup_bywas set tonone, or grouped by parents ifgroup_bywas set toparents.API name:
tasks -
tasks
Either a flat list of tasks ifgroup_bywas set tonone, or grouped by parents ifgroup_bywas set toparents.API name:
tasks -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<BuilderT extends TaskListResponseBase.AbstractBuilder<BuilderT>>
-