Class DeleteByQueryRethrottleResponse.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch.tasks.ListResponse.AbstractBuilder<DeleteByQueryRethrottleResponse.Builder>
-
- org.opensearch.client.opensearch.core.DeleteByQueryRethrottleResponse.Builder
-
- All Implemented Interfaces:
ObjectBuilder<DeleteByQueryRethrottleResponse>
- Enclosing class:
- DeleteByQueryRethrottleResponse
public static class DeleteByQueryRethrottleResponse.Builder extends ListResponse.AbstractBuilder<DeleteByQueryRethrottleResponse.Builder> implements ObjectBuilder<DeleteByQueryRethrottleResponse>
Builder forDeleteByQueryRethrottleResponse.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteByQueryRethrottleResponsebuild()Builds aDeleteByQueryRethrottleResponse.protected DeleteByQueryRethrottleResponse.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 DeleteByQueryRethrottleResponse.Builder self()
- Specified by:
selfin classListResponse.AbstractBuilder<DeleteByQueryRethrottleResponse.Builder>
-
build
public DeleteByQueryRethrottleResponse build()
Builds aDeleteByQueryRethrottleResponse.- Specified by:
buildin interfaceObjectBuilder<DeleteByQueryRethrottleResponse>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-