public static class UpdateProxyConfigurationDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateProxyConfigurationDetails |
build() |
UpdateProxyConfigurationDetails.Builder |
copy(UpdateProxyConfigurationDetails model) |
UpdateProxyConfigurationDetails.Builder |
forward(String forward)
The URL the proxy will forward to.
|
UpdateProxyConfigurationDetails.Builder |
hosts(List<String> hosts)
List of hosts.
|
UpdateProxyConfigurationDetails.Builder |
isEnabled(Boolean isEnabled)
Indicates if the proxy should be enabled or disabled.
|
UpdateProxyConfigurationDetails.Builder |
port(String port)
Listening port used for the proxy.
|
public UpdateProxyConfigurationDetails.Builder isEnabled(Boolean isEnabled)
Indicates if the proxy should be enabled or disabled. Default is enabled.
isEnabled
- the value to setpublic UpdateProxyConfigurationDetails.Builder hosts(List<String> hosts)
List of hosts.
hosts
- the value to setpublic UpdateProxyConfigurationDetails.Builder port(String port)
Listening port used for the proxy.
port
- the value to setpublic UpdateProxyConfigurationDetails.Builder forward(String forward)
The URL the proxy will forward to.
forward
- the value to setpublic UpdateProxyConfigurationDetails build()
public UpdateProxyConfigurationDetails.Builder copy(UpdateProxyConfigurationDetails model)
Copyright © 2016–2024. All rights reserved.