Class AutoscalingNode.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.elasticsearch.autoscaling.get_autoscaling_capacity.AutoscalingNode.Builder
- All Implemented Interfaces:
ObjectBuilder<AutoscalingNode>
- Enclosing class:
- AutoscalingNode
public static class AutoscalingNode.Builder extends ObjectBuilderBase implements ObjectBuilder<AutoscalingNode>
Builder for
AutoscalingNode.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description AutoscalingNodebuild()Builds aAutoscalingNode.AutoscalingNode.Buildername(java.lang.String value)Required - API name:nameMethods 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
-
name
Required - API name:name -
build
Builds aAutoscalingNode.- Specified by:
buildin interfaceObjectBuilder<AutoscalingNode>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-