Class ReindexNode.Builder
java.lang.Object
org.opensearch.client.opensearch._spec_utils.BaseNode.AbstractBuilder<ReindexNode.Builder>
org.opensearch.client.opensearch._global.reindex_rethrottle.ReindexNode.Builder
- All Implemented Interfaces:
ObjectBuilder<ReindexNode>
- Enclosing class:
- ReindexNode
public static class ReindexNode.Builder extends BaseNode.AbstractBuilder<ReindexNode.Builder> implements ObjectBuilder<ReindexNode>
Builder for
ReindexNode.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensearch.client.util.ObjectBuilder
ObjectBuilder.Constant<V> -
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description ReindexNodebuild()Builds aReindexNode.protected ReindexNode.Builderself()ReindexNode.Buildertasks(jakarta.json.JsonValue value)API name:tasksMethods inherited from class org.opensearch.client.opensearch._spec_utils.BaseNode.AbstractBuilder
addRoles, attributes, host, ip, name, putAttributes, roles, roles, transportAddress
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
tasks
API name:tasks -
self
- Specified by:
selfin classBaseNode.AbstractBuilder<ReindexNode.Builder>
-
build
Builds aReindexNode.- Specified by:
buildin interfaceObjectBuilder<ReindexNode>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-