Class NodeAttributes.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<NodeAttributes.Builder>
co.elastic.clients.elasticsearch._types.NodeAttributes.Builder
- All Implemented Interfaces:
WithJson<NodeAttributes.Builder>,ObjectBuilder<NodeAttributes>
- Enclosing class:
- NodeAttributes
public static class NodeAttributes.Builder extends WithJsonObjectBuilderBase<NodeAttributes.Builder> implements ObjectBuilder<NodeAttributes>
Builder for
NodeAttributes.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description NodeAttributes.Builderattributes(java.lang.String key, java.lang.String value)Required - Lists node attributes.NodeAttributes.Builderattributes(java.util.Map<java.lang.String,java.lang.String> map)Required - Lists node attributes.NodeAttributesbuild()Builds aNodeAttributes.NodeAttributes.BuilderephemeralId(java.lang.String value)Required - The ephemeral ID of the node.NodeAttributes.Builderid(java.lang.String value)The unique identifier of the node.NodeAttributes.Buildername(java.lang.String value)Required - The unique identifier of the node.NodeAttributes.Builderroles(NodeRole value, NodeRole... values)API name:rolesNodeAttributes.Builderroles(java.util.List<NodeRole> list)API name:rolesprotected NodeAttributes.Builderself()NodeAttributes.BuildertransportAddress(java.lang.String value)Required - The host and port where transport HTTP connections are accepted.Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods 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
-
attributes
public final NodeAttributes.Builder attributes(java.util.Map<java.lang.String,java.lang.String> map)Required - Lists node attributes.API name:
attributesAdds all entries of
maptoattributes. -
attributes
Required - Lists node attributes.API name:
attributesAdds an entry to
attributes. -
ephemeralId
Required - The ephemeral ID of the node.API name:
ephemeral_id -
id
The unique identifier of the node.API name:
id -
name
Required - The unique identifier of the node.API name:
name -
transportAddress
Required - The host and port where transport HTTP connections are accepted.API name:
transport_address -
roles
API name:rolesAdds all elements of
listtoroles. -
roles
API name:rolesAdds one or more values to
roles. -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<NodeAttributes.Builder>
-
build
Builds aNodeAttributes.- Specified by:
buildin interfaceObjectBuilder<NodeAttributes>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-