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