Class ClusterRemoteInfoBuilders
java.lang.Object
co.elastic.clients.elasticsearch.cluster.remote_info.ClusterRemoteInfoBuilders
public class ClusterRemoteInfoBuilders
extends java.lang.Object
Builders for
ClusterRemoteInfo variants.-
Method Summary
Modifier and Type Method Description static ClusterRemoteProxyInfo.Builderproxy()Creates a builder for theproxyClusterRemoteInfovariant.static ClusterRemoteInfoproxy(java.util.function.Function<ClusterRemoteProxyInfo.Builder,ObjectBuilder<ClusterRemoteProxyInfo>> fn)Creates a ClusterRemoteInfo of theproxyClusterRemoteInfovariant.static ClusterRemoteSniffInfo.Buildersniff()Creates a builder for thesniffClusterRemoteInfovariant.static ClusterRemoteInfosniff(java.util.function.Function<ClusterRemoteSniffInfo.Builder,ObjectBuilder<ClusterRemoteSniffInfo>> fn)Creates a ClusterRemoteInfo of thesniffClusterRemoteInfovariant.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
proxy
Creates a builder for theproxyClusterRemoteInfovariant. -
proxy
public static ClusterRemoteInfo proxy(java.util.function.Function<ClusterRemoteProxyInfo.Builder,ObjectBuilder<ClusterRemoteProxyInfo>> fn)Creates a ClusterRemoteInfo of theproxyClusterRemoteInfovariant. -
sniff
Creates a builder for thesniffClusterRemoteInfovariant. -
sniff
public static ClusterRemoteInfo sniff(java.util.function.Function<ClusterRemoteSniffInfo.Builder,ObjectBuilder<ClusterRemoteSniffInfo>> fn)Creates a ClusterRemoteInfo of thesniffClusterRemoteInfovariant.
-