Class EndpointProxy.Builder
- java.lang.Object
- 
- com.oracle.bmc.loganalytics.model.EndpointProxy.Builder
 
- 
- Enclosing class:
- EndpointProxy
 
 public static class EndpointProxy.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description EndpointProxybuild()EndpointProxy.Buildercopy(EndpointProxy model)EndpointProxy.BuildercredentialName(String credentialName)The named credential name on the management agent, containing the proxy credentials.EndpointProxy.BuildercredentialType(EndpointProxy.CredentialType credentialType)The credential type.EndpointProxy.Builderurl(String url)The proxy URL.
 
- 
- 
- 
Method Detail- 
urlpublic EndpointProxy.Builder url(String url) The proxy URL.- Parameters:
- url- the value to set
- Returns:
- this builder
 
 - 
credentialNamepublic EndpointProxy.Builder credentialName(String credentialName) The named credential name on the management agent, containing the proxy credentials.- Parameters:
- credentialName- the value to set
- Returns:
- this builder
 
 - 
credentialTypepublic 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. - Parameters:
- credentialType- the value to set
- Returns:
- this builder
 
 - 
buildpublic EndpointProxy build() 
 - 
copypublic EndpointProxy.Builder copy(EndpointProxy model) 
 
- 
 
-