Class BaseNode.AbstractBuilder<BuilderT extends BaseNode.AbstractBuilder<BuilderT>>
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch._types.BaseNode.AbstractBuilder<BuilderT>
- Direct Known Subclasses:
ReindexNode.Builder,TaskExecutingNode.Builder,UpdateByQueryRethrottleNode.Builder
- Enclosing class:
BaseNode
public abstract static class BaseNode.AbstractBuilder<BuilderT extends BaseNode.AbstractBuilder<BuilderT>>
extends ObjectBuilderBase
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedprotected -
Method Summary
Modifier and TypeMethodDescriptionfinal BuilderTattributes(String key, String value) The attributes of the node.final BuilderTattributes(Map<String, String> map) The attributes of the node.final BuilderTAPI name:hostfinal BuilderTAPI name:ipfinal BuilderTRequired - API name:namefinal BuilderTAPI name:rolesfinal BuilderTAPI name:rolesprotected abstract BuilderTself()final BuilderTtransportAddress(String value) API name:transport_addressMethods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _listCopy, _mapCopy, _mapPut, _mapPutAll
-
Constructor Details
-
AbstractBuilder
protected AbstractBuilder() -
AbstractBuilder
-
AbstractBuilder
-
-
Method Details
-
self
-
attributes
The attributes of the node.API name:
attributesAdds all elements of
maptoattributes. -
attributes
The attributes of the node.API name:
attributesAdds an entry to
attributes. -
host
API name:host -
ip
API name:ip -
name
Required - API name:name -
roles
API name:rolesAdds all elements of
listtoroles. -
roles
API name:rolesAdds one or more values to
roles. -
transportAddress
API name:transport_address
-