Class ListResponse.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch.tasks.ListResponse.AbstractBuilder<ListResponse.Builder>
-
- org.opensearch.client.opensearch.tasks.ListResponse.Builder
-
- All Implemented Interfaces:
ObjectBuilder<ListResponse>
- Enclosing class:
- ListResponse
public static class ListResponse.Builder extends ListResponse.AbstractBuilder<ListResponse.Builder> implements ObjectBuilder<ListResponse>
Builder forListResponse.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListResponsebuild()Builds aListResponse.protected ListResponse.Builderself()-
Methods inherited from class org.opensearch.client.opensearch.tasks.ListResponse.AbstractBuilder
nodeFailures, nodeFailures, nodeFailures, nodes, nodes, nodes, tasks, tasks, tasks
-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
self
protected ListResponse.Builder self()
- Specified by:
selfin classListResponse.AbstractBuilder<ListResponse.Builder>
-
build
public ListResponse build()
Builds aListResponse.- Specified by:
buildin interfaceObjectBuilder<ListResponse>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-