public static final class VpnProxyServer.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
VpnProxyServer.Builder |
address(String address)
“Address.”
|
VpnProxyServer.Builder |
automaticConfigurationScriptUrl(String automaticConfigurationScriptUrl)
“Proxy's automatic configuration script url.”
|
VpnProxyServer |
build() |
VpnProxyServer.Builder |
port(Integer port)
“Port.
|
public VpnProxyServer.Builder automaticConfigurationScriptUrl(String automaticConfigurationScriptUrl)
automaticConfigurationScriptUrl - value of automaticConfigurationScriptUrl property (as defined in service metadata)this (for method chaining)public VpnProxyServer.Builder address(String address)
address - value of address property (as defined in service metadata)this (for method chaining)public VpnProxyServer.Builder port(Integer port)
port - value of port property (as defined in service metadata)this (for method chaining)public VpnProxyServer build()
Copyright © 2018–2020. All rights reserved.