Class UpdateConnectionFromOAuth2.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.UpdateConnectionFromOAuth2.Builder
 
- 
- Enclosing class:
- UpdateConnectionFromOAuth2
 
 public static class UpdateConnectionFromOAuth2.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
keypublic UpdateConnectionFromOAuth2.Builder key(String key) 
 - 
modelVersionpublic UpdateConnectionFromOAuth2.Builder modelVersion(String modelVersion) 
 - 
parentRefpublic UpdateConnectionFromOAuth2.Builder parentRef(ParentReference parentRef) 
 - 
namepublic UpdateConnectionFromOAuth2.Builder name(String name) 
 - 
descriptionpublic UpdateConnectionFromOAuth2.Builder description(String description) 
 - 
objectStatuspublic UpdateConnectionFromOAuth2.Builder objectStatus(Integer objectStatus) 
 - 
objectVersionpublic UpdateConnectionFromOAuth2.Builder objectVersion(Integer objectVersion) 
 - 
identifierpublic UpdateConnectionFromOAuth2.Builder identifier(String identifier) 
 - 
connectionPropertiespublic UpdateConnectionFromOAuth2.Builder connectionProperties(List<ConnectionProperty> connectionProperties) 
 - 
registryMetadatapublic UpdateConnectionFromOAuth2.Builder registryMetadata(RegistryMetadata registryMetadata) 
 - 
accessTokenUrlpublic UpdateConnectionFromOAuth2.Builder accessTokenUrl(String accessTokenUrl) Specifies the endpoint used to exchange authentication credentials for access tokens- Parameters:
- accessTokenUrl- the value to set
- Returns:
- this builder
 
 - 
clientIdpublic UpdateConnectionFromOAuth2.Builder clientId(String clientId) Specifies the client ID key for specific application- Parameters:
- clientId- the value to set
- Returns:
- this builder
 
 - 
clientSecretpublic UpdateConnectionFromOAuth2.Builder clientSecret(SensitiveAttribute clientSecret) 
 - 
scopepublic UpdateConnectionFromOAuth2.Builder scope(String scope) Specifies the OAuth scopes that limit the permissions granted by an access token.- Parameters:
- scope- the value to set
- Returns:
- this builder
 
 - 
grantTypepublic UpdateConnectionFromOAuth2.Builder grantType(UpdateConnectionFromOAuth2.GrantType grantType) Specifies the OAuth2 grant mechanism.Example CLIENT_CREDENTIALS, Implicit Flow etc. - Parameters:
- grantType- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateConnectionFromOAuth2 build() 
 - 
copypublic UpdateConnectionFromOAuth2.Builder copy(UpdateConnectionFromOAuth2 model) 
 
- 
 
-