Class ClusterRemoteProxyInfo.Builder
java.lang.Object
co.elastic.clients.elasticsearch.cluster.remote_info.ClusterRemoteProxyInfo.Builder
- All Implemented Interfaces:
ObjectBuilder<ClusterRemoteProxyInfo>
- Enclosing class:
- ClusterRemoteProxyInfo
public static class ClusterRemoteProxyInfo.Builder extends java.lang.Object implements ObjectBuilder<ClusterRemoteProxyInfo>
Builder for
ClusterRemoteProxyInfo.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description ClusterRemoteProxyInfobuild()Builds aClusterRemoteProxyInfo.ClusterRemoteProxyInfo.Builderconnected(boolean value)API name:connectedClusterRemoteProxyInfo.BuilderinitialConnectTimeout(java.lang.String value)API name:initial_connect_timeoutClusterRemoteProxyInfo.BuildermaxProxySocketConnections(int value)API name:max_proxy_socket_connectionsClusterRemoteProxyInfo.BuildernumProxySocketsConnected(int value)API name:num_proxy_sockets_connectedClusterRemoteProxyInfo.BuilderproxyAddress(java.lang.String value)API name:proxy_addressClusterRemoteProxyInfo.BuilderserverName(java.lang.String value)API name:server_nameClusterRemoteProxyInfo.BuilderskipUnavailable(boolean value)API name:skip_unavailableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
connected
API name:connected -
initialConnectTimeout
API name:initial_connect_timeout -
proxyAddress
API name:proxy_address -
serverName
API name:server_name -
numProxySocketsConnected
API name:num_proxy_sockets_connected -
maxProxySocketConnections
API name:max_proxy_socket_connections -
build
Builds aClusterRemoteProxyInfo.- Specified by:
buildin interfaceObjectBuilder<ClusterRemoteProxyInfo>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-