Class ListRequest.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.elasticsearch.tasks.ListRequest.Builder
- All Implemented Interfaces:
ObjectBuilder<ListRequest>
- Enclosing class:
- ListRequest
public static class ListRequest.Builder extends ObjectBuilderBase implements ObjectBuilder<ListRequest>
Builder for
ListRequest.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description ListRequest.Builderactions(java.lang.String value, java.lang.String... values)A comma-separated list of actions that should be returned.ListRequest.Builderactions(java.util.List<java.lang.String> list)A comma-separated list of actions that should be returned.ListRequestbuild()Builds aListRequest.ListRequest.Builderdetailed(java.lang.Boolean value)Return detailed task information (default: false)ListRequest.BuildergroupBy(GroupBy value)Group tasks by nodes or parent/child relationshipsListRequest.Buildernodes(java.lang.String value, java.lang.String... values)A comma-separated list of node IDs or names to limit the returned information; use_localto return information from the node you're connecting to, leave empty to get information from all nodesListRequest.Buildernodes(java.util.List<java.lang.String> list)A comma-separated list of node IDs or names to limit the returned information; use_localto return information from the node you're connecting to, leave empty to get information from all nodesListRequest.BuilderparentTaskId(java.lang.String value)Return tasks with specified parent task id (node_id:task_number).ListRequest.Buildertimeout(Time value)Explicit operation timeoutListRequest.Buildertimeout(java.util.function.Function<Time.Builder,ObjectBuilder<Time>> fn)Explicit operation timeoutListRequest.BuilderwaitForCompletion(java.lang.Boolean value)Wait for the matching tasks to complete (default: false)Methods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
actions
A comma-separated list of actions that should be returned. Leave empty to return all.API name:
actionsAdds all elements of
listtoactions. -
actions
A comma-separated list of actions that should be returned. Leave empty to return all.API name:
actionsAdds one or more values to
actions. -
detailed
Return detailed task information (default: false)API name:
detailed -
groupBy
Group tasks by nodes or parent/child relationshipsAPI name:
group_by -
nodes
A comma-separated list of node IDs or names to limit the returned information; use_localto return information from the node you're connecting to, leave empty to get information from all nodesAPI name:
nodesAdds all elements of
listtonodes. -
nodes
A comma-separated list of node IDs or names to limit the returned information; use_localto return information from the node you're connecting to, leave empty to get information from all nodesAPI name:
nodesAdds one or more values to
nodes. -
parentTaskId
Return tasks with specified parent task id (node_id:task_number). Set to -1 to return all.API name:
parent_task_id -
timeout
Explicit operation timeoutAPI name:
timeout -
timeout
public final ListRequest.Builder timeout(java.util.function.Function<Time.Builder,ObjectBuilder<Time>> fn)Explicit operation timeoutAPI name:
timeout -
waitForCompletion
Wait for the matching tasks to complete (default: false)API name:
wait_for_completion -
build
Builds aListRequest.- Specified by:
buildin interfaceObjectBuilder<ListRequest>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-