Package com.oracle.bmc.apigateway.model
Class CustomClientAppDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.apigateway.model.CustomClientAppDetails.Builder
 
- 
- Enclosing class:
- CustomClientAppDetails
 
 public static class CustomClientAppDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomClientAppDetailsbuild()CustomClientAppDetails.BuilderclientId(String clientId)Client ID for the OAuth2/OIDC app.CustomClientAppDetails.BuilderclientSecretId(String clientSecretId)The OCID of the Oracle Vault Service secret resource.CustomClientAppDetails.BuilderclientSecretVersionNumber(Long clientSecretVersionNumber)The version number of the client secret to use.CustomClientAppDetails.Buildercopy(CustomClientAppDetails model)
 
- 
- 
- 
Method Detail- 
clientIdpublic CustomClientAppDetails.Builder clientId(String clientId) Client ID for the OAuth2/OIDC app.- Parameters:
- clientId- the value to set
- Returns:
- this builder
 
 - 
clientSecretIdpublic CustomClientAppDetails.Builder clientSecretId(String clientSecretId) The OCID of the Oracle Vault Service secret resource.- Parameters:
- clientSecretId- the value to set
- Returns:
- this builder
 
 - 
clientSecretVersionNumberpublic CustomClientAppDetails.Builder clientSecretVersionNumber(Long clientSecretVersionNumber) The version number of the client secret to use.- Parameters:
- clientSecretVersionNumber- the value to set
- Returns:
- this builder
 
 - 
buildpublic CustomClientAppDetails build() 
 - 
copypublic CustomClientAppDetails.Builder copy(CustomClientAppDetails model) 
 
- 
 
-