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