Class UpdateAmazonRedshiftConnectionDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.goldengate.model.UpdateAmazonRedshiftConnectionDetails.Builder
 
- 
- Enclosing class:
- UpdateAmazonRedshiftConnectionDetails
 
 public static class UpdateAmazonRedshiftConnectionDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateAmazonRedshiftConnectionDetails.Builder displayName(String displayName) 
 - 
descriptionpublic UpdateAmazonRedshiftConnectionDetails.Builder description(String description) 
 - 
freeformTagspublic UpdateAmazonRedshiftConnectionDetails.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic UpdateAmazonRedshiftConnectionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
vaultIdpublic UpdateAmazonRedshiftConnectionDetails.Builder vaultId(String vaultId) 
 - 
keyIdpublic UpdateAmazonRedshiftConnectionDetails.Builder keyId(String keyId) 
 - 
nsgIdspublic UpdateAmazonRedshiftConnectionDetails.Builder nsgIds(List<String> nsgIds) 
 - 
subnetIdpublic UpdateAmazonRedshiftConnectionDetails.Builder subnetId(String subnetId) 
 - 
routingMethodpublic UpdateAmazonRedshiftConnectionDetails.Builder routingMethod(RoutingMethod routingMethod) 
 - 
doesUseSecretIdspublic UpdateAmazonRedshiftConnectionDetails.Builder doesUseSecretIds(Boolean doesUseSecretIds) 
 - 
securityAttributespublic UpdateAmazonRedshiftConnectionDetails.Builder securityAttributes(Map<String,Map<String,Object>> securityAttributes) 
 - 
connectionUrlpublic UpdateAmazonRedshiftConnectionDetails.Builder connectionUrl(String connectionUrl) Connection URL.e.g.: ‘jdbc:redshift://aws-redshift-instance.aaaaaaaaaaaa.us-east-2.redshift.amazonaws.com:5439/mydb’ - Parameters:
- connectionUrl- the value to set
- Returns:
- this builder
 
 - 
usernamepublic UpdateAmazonRedshiftConnectionDetails.Builder username(String username) The username Oracle GoldenGate uses to connect the associated system of the given technology.This username must already exist and be available by the system/application to be connected to and must conform to the case sensitivty requirments defined in it. - Parameters:
- username- the value to set
- Returns:
- this builder
 
 - 
passwordpublic UpdateAmazonRedshiftConnectionDetails.Builder password(String password) The password Oracle GoldenGate uses to connect the associated system of the given technology.It must conform to the specific security requirements including length, case sensitivity, and so on. 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 UpdateAmazonRedshiftConnectionDetails.Builder passwordSecretId(String passwordSecretId) The OCID of the Secret where the password is stored.The password Oracle GoldenGate uses to connect the associated system of the given technology. It must conform to the specific security requirements including length, case sensitivity, and so on. If secretId is used plaintext field must not be provided. Note: When provided, ‘password’ field must not be provided. - Parameters:
- passwordSecretId- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateAmazonRedshiftConnectionDetails build() 
 - 
copypublic UpdateAmazonRedshiftConnectionDetails.Builder copy(UpdateAmazonRedshiftConnectionDetails model) 
 
- 
 
-