Class NodeInfoRepositoriesUrl.Builder
java.lang.Object
org.opensearch.client.opensearch.nodes.info.NodeInfoRepositoriesUrl.Builder
- All Implemented Interfaces:
ObjectBuilder<NodeInfoRepositoriesUrl>
- Enclosing class:
- NodeInfoRepositoriesUrl
public static class NodeInfoRepositoriesUrl.Builder extends java.lang.Object implements ObjectBuilder<NodeInfoRepositoriesUrl>
Builder for
NodeInfoRepositoriesUrl.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensearch.client.util.ObjectBuilder
ObjectBuilder.Constant<V> -
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description NodeInfoRepositoriesUrl.BuilderallowedUrls(java.lang.String value)API name:allowed_urlsNodeInfoRepositoriesUrlbuild()Builds aNodeInfoRepositoriesUrl.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
allowedUrls
API name:allowed_urls -
build
Builds aNodeInfoRepositoriesUrl.- Specified by:
buildin interfaceObjectBuilder<NodeInfoRepositoriesUrl>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-