Class CreateOracleNosqlConnectionDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.goldengate.model.CreateOracleNosqlConnectionDetails.Builder
 
- 
- Enclosing class:
- CreateOracleNosqlConnectionDetails
 
 public static class CreateOracleNosqlConnectionDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
displayNamepublic CreateOracleNosqlConnectionDetails.Builder displayName(String displayName) 
 - 
descriptionpublic CreateOracleNosqlConnectionDetails.Builder description(String description) 
 - 
compartmentIdpublic CreateOracleNosqlConnectionDetails.Builder compartmentId(String compartmentId) 
 - 
freeformTagspublic CreateOracleNosqlConnectionDetails.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic CreateOracleNosqlConnectionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
lockspublic CreateOracleNosqlConnectionDetails.Builder locks(List<AddResourceLockDetails> locks) 
 - 
vaultIdpublic CreateOracleNosqlConnectionDetails.Builder vaultId(String vaultId) 
 - 
keyIdpublic CreateOracleNosqlConnectionDetails.Builder keyId(String keyId) 
 - 
nsgIdspublic CreateOracleNosqlConnectionDetails.Builder nsgIds(List<String> nsgIds) 
 - 
subnetIdpublic CreateOracleNosqlConnectionDetails.Builder subnetId(String subnetId) 
 - 
routingMethodpublic CreateOracleNosqlConnectionDetails.Builder routingMethod(RoutingMethod routingMethod) 
 - 
doesUseSecretIdspublic CreateOracleNosqlConnectionDetails.Builder doesUseSecretIds(Boolean doesUseSecretIds) 
 - 
subscriptionIdpublic CreateOracleNosqlConnectionDetails.Builder subscriptionId(String subscriptionId) 
 - 
clusterPlacementGroupIdpublic CreateOracleNosqlConnectionDetails.Builder clusterPlacementGroupId(String clusterPlacementGroupId) 
 - 
securityAttributespublic CreateOracleNosqlConnectionDetails.Builder securityAttributes(Map<String,Map<String,Object>> securityAttributes) 
 - 
technologyTypepublic CreateOracleNosqlConnectionDetails.Builder technologyType(OracleNosqlConnection.TechnologyType technologyType) The Oracle NoSQL technology type.- Parameters:
- technologyType- the value to set
- Returns:
- this builder
 
 - 
tenancyIdpublic CreateOracleNosqlConnectionDetails.Builder tenancyId(String tenancyId) The OCID of the related OCI tenancy.- Parameters:
- tenancyId- the value to set
- Returns:
- this builder
 
 - 
regionpublic CreateOracleNosqlConnectionDetails.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 CreateOracleNosqlConnectionDetails.Builder userId(String userId) The OCID of the OCI user who will access the Oracle NoSQL database.The user must have write access to the table 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
 
 - 
privateKeyFilepublic CreateOracleNosqlConnectionDetails.Builder privateKeyFile(String privateKeyFile) The base64 encoded 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 Deprecated: This field is deprecated and replaced by “privateKeyFileSecretId”. This field will be removed after February 15 2026. - Parameters:
- privateKeyFile- the value to set
- Returns:
- this builder
 
 - 
privateKeyFileSecretIdpublic CreateOracleNosqlConnectionDetails.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
 
 - 
privateKeyPassphrasepublic CreateOracleNosqlConnectionDetails.Builder privateKeyPassphrase(String privateKeyPassphrase) The passphrase of the private key.Deprecated: This field is deprecated and replaced by “privateKeyPassphraseSecretId”. This field will be removed after February 15 2026. - Parameters:
- privateKeyPassphrase- the value to set
- Returns:
- this builder
 
 - 
privateKeyPassphraseSecretIdpublic CreateOracleNosqlConnectionDetails.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 CreateOracleNosqlConnectionDetails.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 CreateOracleNosqlConnectionDetails.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 CreateOracleNosqlConnectionDetails build() 
 - 
copypublic CreateOracleNosqlConnectionDetails.Builder copy(CreateOracleNosqlConnectionDetails model) 
 
- 
 
-