Class ClusterRemoteInfoBuilders
- java.lang.Object
-
- org.opensearch.client.opensearch.cluster.remote_info.ClusterRemoteInfoBuilders
-
public class ClusterRemoteInfoBuilders extends java.lang.ObjectBuilders forClusterRemoteInfovariants.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ClusterRemoteProxyInfo.Builderproxy()Creates a builder for theproxyClusterRemoteInfovariant.static ClusterRemoteSniffInfo.Buildersniff()Creates a builder for thesniffClusterRemoteInfovariant.
-
-
-
Method Detail
-
proxy
public static ClusterRemoteProxyInfo.Builder proxy()
Creates a builder for theproxyClusterRemoteInfovariant.
-
sniff
public static ClusterRemoteSniffInfo.Builder sniff()
Creates a builder for thesniffClusterRemoteInfovariant.
-
-