public static class EndpointProxy.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
EndpointProxy |
build() |
EndpointProxy.Builder |
copy(EndpointProxy model) |
EndpointProxy.Builder |
credentialName(String credentialName)
The named credential name on the management agent, containing the proxy credentials.
|
EndpointProxy.Builder |
credentialType(EndpointProxy.CredentialType credentialType)
The credential type.
|
EndpointProxy.Builder |
url(String url)
The proxy URL.
|
public EndpointProxy.Builder url(String url)
The proxy URL.
url
- the value to setpublic EndpointProxy.Builder credentialName(String credentialName)
The named credential name on the management agent, containing the proxy credentials.
credentialName
- the value to setpublic EndpointProxy.Builder credentialType(EndpointProxy.CredentialType credentialType)
The credential type. NONE indicates credentials are not needed to access the proxy. BASIC_AUTH represents a username and password based model. TOKEN represents a token based model.
credentialType
- the value to setpublic EndpointProxy build()
public EndpointProxy.Builder copy(EndpointProxy model)
Copyright © 2016–2024. All rights reserved.