Class ListResponse.AbstractBuilder<BuilderT extends ListResponse.AbstractBuilder<BuilderT>>
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch.tasks.ListResponse.AbstractBuilder<BuilderT>
- All Implemented Interfaces:
WithJson<BuilderT>
- Direct Known Subclasses:
DeleteByQueryRethrottleResponse.Builder,ListResponse.Builder
- Enclosing class:
- ListResponse
public abstract static class ListResponse.AbstractBuilder<BuilderT extends ListResponse.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 BuilderTnodes(String key, TaskExecutingNode value) API name:nodesfinal BuilderTAPI name:nodesfinal BuilderTnodes(Map<String, TaskExecutingNode> map) API name:nodesprotected abstract BuilderTself()final BuilderTAPI name:tasksfinal BuilderTtasks(String key, Function<Info.Builder, ObjectBuilder<Info>> fn) API name:tasksfinal BuilderTAPI name:tasksMethods 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. -
nodes
API name:nodesAdds all entries of
maptonodes. -
nodes
API name:nodesAdds an entry to
nodes. -
nodes
public final BuilderT nodes(String key, Function<TaskExecutingNode.Builder, ObjectBuilder<TaskExecutingNode>> fn) API name:nodesAdds an entry to
nodesusing a builder lambda. -
tasks
API name:tasksAdds all entries of
maptotasks. -
tasks
API name:tasksAdds an entry to
tasks. -
tasks
API name:tasksAdds an entry to
tasksusing a builder lambda. -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<BuilderT extends ListResponse.AbstractBuilder<BuilderT>>
-