Package com.oracle.bmc.goldengate.model
Class OracleAiDataPlatformConnection.Builder
- java.lang.Object
- 
- com.oracle.bmc.goldengate.model.OracleAiDataPlatformConnection.Builder
 
- 
- Enclosing class:
- OracleAiDataPlatformConnection
 
 public static class OracleAiDataPlatformConnection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic OracleAiDataPlatformConnection.Builder id(String id) 
 - 
displayNamepublic OracleAiDataPlatformConnection.Builder displayName(String displayName) 
 - 
descriptionpublic OracleAiDataPlatformConnection.Builder description(String description) 
 - 
compartmentIdpublic OracleAiDataPlatformConnection.Builder compartmentId(String compartmentId) 
 - 
freeformTagspublic OracleAiDataPlatformConnection.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic OracleAiDataPlatformConnection.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
systemTagspublic OracleAiDataPlatformConnection.Builder systemTags(Map<String,Map<String,Object>> systemTags) 
 - 
lifecycleStatepublic OracleAiDataPlatformConnection.Builder lifecycleState(Connection.LifecycleState lifecycleState) 
 - 
lifecycleDetailspublic OracleAiDataPlatformConnection.Builder lifecycleDetails(String lifecycleDetails) 
 - 
timeCreatedpublic OracleAiDataPlatformConnection.Builder timeCreated(Date timeCreated) 
 - 
timeUpdatedpublic OracleAiDataPlatformConnection.Builder timeUpdated(Date timeUpdated) 
 - 
lockspublic OracleAiDataPlatformConnection.Builder locks(List<ResourceLock> locks) 
 - 
vaultIdpublic OracleAiDataPlatformConnection.Builder vaultId(String vaultId) 
 - 
keyIdpublic OracleAiDataPlatformConnection.Builder keyId(String keyId) 
 - 
ingressIpspublic OracleAiDataPlatformConnection.Builder ingressIps(List<IngressIpDetails> ingressIps) 
 - 
nsgIdspublic OracleAiDataPlatformConnection.Builder nsgIds(List<String> nsgIds) 
 - 
subnetIdpublic OracleAiDataPlatformConnection.Builder subnetId(String subnetId) 
 - 
routingMethodpublic OracleAiDataPlatformConnection.Builder routingMethod(RoutingMethod routingMethod) 
 - 
doesUseSecretIdspublic OracleAiDataPlatformConnection.Builder doesUseSecretIds(Boolean doesUseSecretIds) 
 - 
subscriptionIdpublic OracleAiDataPlatformConnection.Builder subscriptionId(String subscriptionId) 
 - 
clusterPlacementGroupIdpublic OracleAiDataPlatformConnection.Builder clusterPlacementGroupId(String clusterPlacementGroupId) 
 - 
securityAttributespublic OracleAiDataPlatformConnection.Builder securityAttributes(Map<String,Map<String,Object>> securityAttributes) 
 - 
technologyTypepublic OracleAiDataPlatformConnection.Builder technologyType(OracleAiDataPlatformConnection.TechnologyType technologyType) The Oracle AI Data Platform technology type.- Parameters:
- technologyType- the value to set
- Returns:
- this builder
 
 - 
connectionUrlpublic OracleAiDataPlatformConnection.Builder connectionUrl(String connectionUrl) Connection URL.It must start with ‘jdbc:spark://’ - Parameters:
- connectionUrl- the value to set
- Returns:
- this builder
 
 - 
tenancyIdpublic OracleAiDataPlatformConnection.Builder tenancyId(String tenancyId) The OCID of the related OCI tenancy.- Parameters:
- tenancyId- the value to set
- Returns:
- this builder
 
 - 
regionpublic OracleAiDataPlatformConnection.Builder region(String region) The name of the region.e.g.: us-ashburn-1 If the region is not provided, backend will default to the default region. - Parameters:
- region- the value to set
- Returns:
- this builder
 
 - 
userIdpublic OracleAiDataPlatformConnection.Builder userId(String userId) The OCID of the OCI user who will access the Object Storage.The user must have write access to the bucket they want to connect to. If the user is not provided, backend will default to the user who is calling the API endpoint. - Parameters:
- userId- the value to set
- Returns:
- this builder
 
 - 
privateKeyFileSecretIdpublic OracleAiDataPlatformConnection.Builder privateKeyFileSecretId(String privateKeyFileSecretId) The OCID of the Secret that stores the content of the private key file (PEM file) corresponding to the API key of the fingerprint.See documentation: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm Note: When provided, ‘privateKeyFile’ field must not be provided. - Parameters:
- privateKeyFileSecretId- the value to set
- Returns:
- this builder
 
 - 
privateKeyPassphraseSecretIdpublic OracleAiDataPlatformConnection.Builder privateKeyPassphraseSecretId(String privateKeyPassphraseSecretId) The OCID of the Secret that stores the passphrase of the private key.Note: When provided, ‘privateKeyPassphrase’ field must not be provided. - Parameters:
- privateKeyPassphraseSecretId- the value to set
- Returns:
- this builder
 
 - 
publicKeyFingerprintpublic OracleAiDataPlatformConnection.Builder publicKeyFingerprint(String publicKeyFingerprint) The fingerprint of the API Key of the user specified by the userId.See documentation: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm - Parameters:
- publicKeyFingerprint- the value to set
- Returns:
- this builder
 
 - 
shouldUseResourcePrincipalpublic OracleAiDataPlatformConnection.Builder shouldUseResourcePrincipal(Boolean shouldUseResourcePrincipal) Specifies that the user intends to authenticate to the instance using a resource principal.Default: false - Parameters:
- shouldUseResourcePrincipal- the value to set
- Returns:
- this builder
 
 - 
buildpublic OracleAiDataPlatformConnection build() 
 - 
copypublic OracleAiDataPlatformConnection.Builder copy(OracleAiDataPlatformConnection model) 
 
- 
 
-