Class CompactNodeInfo.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch.snapshot.verify_repository.CompactNodeInfo.Builder
-
- All Implemented Interfaces:
ObjectBuilder<CompactNodeInfo>
- Enclosing class:
- CompactNodeInfo
public static class CompactNodeInfo.Builder extends ObjectBuilderBase implements ObjectBuilder<CompactNodeInfo>
Builder forCompactNodeInfo.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompactNodeInfobuild()Builds aCompactNodeInfo.CompactNodeInfo.Buildername(java.lang.String value)Required - API name:name-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
name
public final CompactNodeInfo.Builder name(java.lang.String value)
Required - API name:name
-
build
public CompactNodeInfo build()
Builds aCompactNodeInfo.- Specified by:
buildin interfaceObjectBuilder<CompactNodeInfo>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-