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