Class UpdateMongoDbConnectionDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.goldengate.model.UpdateMongoDbConnectionDetails.Builder
 
- 
- Enclosing class:
- UpdateMongoDbConnectionDetails
 
 public static class UpdateMongoDbConnectionDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateMongoDbConnectionDetails.Builder displayName(String displayName) 
 - 
descriptionpublic UpdateMongoDbConnectionDetails.Builder description(String description) 
 - 
freeformTagspublic UpdateMongoDbConnectionDetails.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic UpdateMongoDbConnectionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
vaultIdpublic UpdateMongoDbConnectionDetails.Builder vaultId(String vaultId) 
 - 
keyIdpublic UpdateMongoDbConnectionDetails.Builder keyId(String keyId) 
 - 
nsgIdspublic UpdateMongoDbConnectionDetails.Builder nsgIds(List<String> nsgIds) 
 - 
subnetIdpublic UpdateMongoDbConnectionDetails.Builder subnetId(String subnetId) 
 - 
routingMethodpublic UpdateMongoDbConnectionDetails.Builder routingMethod(RoutingMethod routingMethod) 
 - 
doesUseSecretIdspublic UpdateMongoDbConnectionDetails.Builder doesUseSecretIds(Boolean doesUseSecretIds) 
 - 
securityAttributespublic UpdateMongoDbConnectionDetails.Builder securityAttributes(Map<String,Map<String,Object>> securityAttributes) 
 - 
connectionStringpublic UpdateMongoDbConnectionDetails.Builder connectionString(String connectionString) MongoDB connection string.e.g.: ‘mongodb://mongodb0.example.com:27017/recordsrecords’ - Parameters:
- connectionString- the value to set
- Returns:
- this builder
 
 - 
usernamepublic UpdateMongoDbConnectionDetails.Builder username(String username) The username Oracle GoldenGate uses to connect to the database.This username must already exist and be available by the database to be connected to. - Parameters:
- username- the value to set
- Returns:
- this builder
 
 - 
passwordpublic UpdateMongoDbConnectionDetails.Builder password(String password) The password Oracle GoldenGate uses to connect the associated database.Deprecated: This field is deprecated and replaced by “passwordSecretId”. This field will be removed after February 15 2026. - Parameters:
- password- the value to set
- Returns:
- this builder
 
 - 
passwordSecretIdpublic UpdateMongoDbConnectionDetails.Builder passwordSecretId(String passwordSecretId) The OCID of the Secret that stores the password Oracle GoldenGate uses to connect the associated database.Note: When provided, ‘password’ field must not be provided. - Parameters:
- passwordSecretId- the value to set
- Returns:
- this builder
 
 - 
databaseIdpublic UpdateMongoDbConnectionDetails.Builder databaseId(String databaseId) The OCID of the Oracle Autonomous Json Database.- Parameters:
- databaseId- the value to set
- Returns:
- this builder
 
 - 
securityProtocolpublic UpdateMongoDbConnectionDetails.Builder securityProtocol(MongoDbConnection.SecurityProtocol securityProtocol) Security Type for MongoDB.- Parameters:
- securityProtocol- the value to set
- Returns:
- this builder
 
 - 
tlsCaFilepublic UpdateMongoDbConnectionDetails.Builder tlsCaFile(String tlsCaFile) Database Certificate - The base64 encoded content of a .pem file, containing the server public key (for 1 and 2-way SSL).It is not included in GET responses if the view=COMPACT query parameter is specified. - Parameters:
- tlsCaFile- the value to set
- Returns:
- this builder
 
 - 
tlsCertificateKeyFilepublic UpdateMongoDbConnectionDetails.Builder tlsCertificateKeyFile(String tlsCertificateKeyFile) Client Certificate - The base64 encoded content of a .pem file, containing the client public key (for 2-way SSL).Deprecated: This field is deprecated and replaced by “tlsCertificateKeyFileSecretId”. This field will be removed after February 15 2026. - Parameters:
- tlsCertificateKeyFile- the value to set
- Returns:
- this builder
 
 - 
tlsCertificateKeyFileSecretIdpublic UpdateMongoDbConnectionDetails.Builder tlsCertificateKeyFileSecretId(String tlsCertificateKeyFileSecretId) The OCID of the Secret that stores the certificate key file of the mtls connection.- The content of a .pem file containing the client private key (for 2-way SSL). Note: When provided, ‘tlsCertificateKeyFile’ field must not be provided.
 - Parameters:
- tlsCertificateKeyFileSecretId- the value to set
- Returns:
- this builder
 
 - 
tlsCertificateKeyFilePasswordpublic UpdateMongoDbConnectionDetails.Builder tlsCertificateKeyFilePassword(String tlsCertificateKeyFilePassword) Client Certificate key file password.Deprecated: This field is deprecated and replaced by “tlsCertificateKeyFilePasswordSecretId”. This field will be removed after February 15 2026. - Parameters:
- tlsCertificateKeyFilePassword- the value to set
- Returns:
- this builder
 
 - 
tlsCertificateKeyFilePasswordSecretIdpublic UpdateMongoDbConnectionDetails.Builder tlsCertificateKeyFilePasswordSecretId(String tlsCertificateKeyFilePasswordSecretId) The OCID of the Secret that stores the password of the tls certificate key file.Note: When provided, ‘tlsCertificateKeyFilePassword’ field must not be provided. - Parameters:
- tlsCertificateKeyFilePasswordSecretId- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateMongoDbConnectionDetails build() 
 - 
copypublic UpdateMongoDbConnectionDetails.Builder copy(UpdateMongoDbConnectionDetails model) 
 
- 
 
-