Class HttpEndpointBearerAuthScopeConfig.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeaiagent.model.HttpEndpointBearerAuthScopeConfig.Builder
-
- Enclosing class:
- HttpEndpointBearerAuthScopeConfig
public static class HttpEndpointBearerAuthScopeConfig.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpEndpointBearerAuthScopeConfig
build()
HttpEndpointBearerAuthScopeConfig.Builder
copy(HttpEndpointBearerAuthScopeConfig model)
HttpEndpointBearerAuthScopeConfig.Builder
vaultSecretId(String vaultSecretId)
The OCID of the vault secret with the bearer token.
-
-
-
Method Detail
-
vaultSecretId
public HttpEndpointBearerAuthScopeConfig.Builder vaultSecretId(String vaultSecretId)
The OCID of the vault secret with the bearer token.Required when authScope is AGENT.
- Parameters:
vaultSecretId
- the value to set- Returns:
- this builder
-
build
public HttpEndpointBearerAuthScopeConfig build()
-
copy
public HttpEndpointBearerAuthScopeConfig.Builder copy(HttpEndpointBearerAuthScopeConfig model)
-
-