Class NodeInfoXpackLicense.Builder
java.lang.Object
co.elastic.clients.elasticsearch.nodes.info.NodeInfoXpackLicense.Builder
- All Implemented Interfaces:
ObjectBuilder<NodeInfoXpackLicense>
- Enclosing class:
- NodeInfoXpackLicense
public static class NodeInfoXpackLicense.Builder extends java.lang.Object implements ObjectBuilder<NodeInfoXpackLicense>
Builder for
NodeInfoXpackLicense.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description NodeInfoXpackLicensebuild()Builds aNodeInfoXpackLicense.NodeInfoXpackLicense.BuilderselfGenerated(NodeInfoXpackLicenseType value)API name:self_generatedNodeInfoXpackLicense.BuilderselfGenerated(java.util.function.Function<NodeInfoXpackLicenseType.Builder,ObjectBuilder<NodeInfoXpackLicenseType>> fn)API name:self_generatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
selfGenerated
API name:self_generated -
selfGenerated
public NodeInfoXpackLicense.Builder selfGenerated(java.util.function.Function<NodeInfoXpackLicenseType.Builder,ObjectBuilder<NodeInfoXpackLicenseType>> fn)API name:self_generated -
build
Builds aNodeInfoXpackLicense.- Specified by:
buildin interfaceObjectBuilder<NodeInfoXpackLicense>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-