Class HttpEndpointAuthSource.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeaiagent.model.HttpEndpointAuthSource.Builder
-
- Enclosing class:
- HttpEndpointAuthSource
public static class HttpEndpointAuthSource.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpEndpointAuthSource
build()
HttpEndpointAuthSource.Builder
copy(HttpEndpointAuthSource model)
HttpEndpointAuthSource.Builder
httpEndpointAuthScope(HttpEndpointAuthSource.HttpEndpointAuthScope httpEndpointAuthScope)
Specifies the level from which credentials should be resolved.HttpEndpointAuthSource.Builder
httpEndpointAuthScopeConfig(HttpEndpointAuthScopeConfig httpEndpointAuthScopeConfig)
-
-
-
Method Detail
-
httpEndpointAuthScope
public HttpEndpointAuthSource.Builder httpEndpointAuthScope(HttpEndpointAuthSource.HttpEndpointAuthScope httpEndpointAuthScope)
Specifies the level from which credentials should be resolved.- Parameters:
httpEndpointAuthScope
- the value to set- Returns:
- this builder
-
httpEndpointAuthScopeConfig
public HttpEndpointAuthSource.Builder httpEndpointAuthScopeConfig(HttpEndpointAuthScopeConfig httpEndpointAuthScopeConfig)
-
build
public HttpEndpointAuthSource build()
-
copy
public HttpEndpointAuthSource.Builder copy(HttpEndpointAuthSource model)
-
-