Class NodesUsageRequest.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.elasticsearch.nodes.NodesUsageRequest.Builder
- All Implemented Interfaces:
ObjectBuilder<NodesUsageRequest>
- Enclosing class:
- NodesUsageRequest
public static class NodesUsageRequest.Builder extends ObjectBuilderBase implements ObjectBuilder<NodesUsageRequest>
Builder for
NodesUsageRequest.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description NodesUsageRequestbuild()Builds aNodesUsageRequest.NodesUsageRequest.Buildermetric(java.lang.String value, java.lang.String... values)Limit the information returned to the specified metricsNodesUsageRequest.Buildermetric(java.util.List<java.lang.String> list)Limit the information returned to the specified metricsNodesUsageRequest.BuildernodeId(java.lang.String value, java.lang.String... values)A comma-separated list of node IDs or names to limit the returned information; use_localto return information from the node you're connecting to, leave empty to get information from all nodesNodesUsageRequest.BuildernodeId(java.util.List<java.lang.String> list)A comma-separated list of node IDs or names to limit the returned information; use_localto return information from the node you're connecting to, leave empty to get information from all nodesNodesUsageRequest.Buildertimeout(Time value)Explicit operation timeoutNodesUsageRequest.Buildertimeout(java.util.function.Function<Time.Builder,ObjectBuilder<Time>> fn)Explicit operation timeoutMethods 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
-
metric
Limit the information returned to the specified metricsAPI name:
metricAdds all elements of
listtometric. -
metric
Limit the information returned to the specified metricsAPI name:
metricAdds one or more values to
metric. -
nodeId
A comma-separated list of node IDs or names to limit the returned information; use_localto return information from the node you're connecting to, leave empty to get information from all nodesAPI name:
node_idAdds all elements of
listtonodeId. -
nodeId
A comma-separated list of node IDs or names to limit the returned information; use_localto return information from the node you're connecting to, leave empty to get information from all nodesAPI name:
node_idAdds one or more values to
nodeId. -
timeout
Explicit operation timeoutAPI name:
timeout -
timeout
public final NodesUsageRequest.Builder timeout(java.util.function.Function<Time.Builder,ObjectBuilder<Time>> fn)Explicit operation timeoutAPI name:
timeout -
build
Builds aNodesUsageRequest.- Specified by:
buildin interfaceObjectBuilder<NodesUsageRequest>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-