Class ClusterRemoteInfoBuilders
java.lang.Object
co.elastic.clients.elasticsearch.cluster.remote_info.ClusterRemoteInfoBuilders
Builders for
ClusterRemoteInfo variants.-
Method Summary
Modifier and TypeMethodDescriptionproxy()Creates a builder for theproxyClusterRemoteInfovariant.static ClusterRemoteInfoCreates a ClusterRemoteInfo of theproxyClusterRemoteInfovariant.sniff()Creates a builder for thesniffClusterRemoteInfovariant.static ClusterRemoteInfoCreates a ClusterRemoteInfo of thesniffClusterRemoteInfovariant.
-
Method Details
-
proxy
Creates a builder for theproxyClusterRemoteInfovariant. -
proxy
public static ClusterRemoteInfo proxy(Function<ClusterRemoteProxyInfo.Builder, ObjectBuilder<ClusterRemoteProxyInfo>> fn) Creates a ClusterRemoteInfo of theproxyClusterRemoteInfovariant. -
sniff
Creates a builder for thesniffClusterRemoteInfovariant. -
sniff
public static ClusterRemoteInfo sniff(Function<ClusterRemoteSniffInfo.Builder, ObjectBuilder<ClusterRemoteSniffInfo>> fn) Creates a ClusterRemoteInfo of thesniffClusterRemoteInfovariant.
-