Class UpdateRedisConnectionDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.goldengate.model.UpdateRedisConnectionDetails.Builder
 
- 
- Enclosing class:
- UpdateRedisConnectionDetails
 
 public static class UpdateRedisConnectionDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateRedisConnectionDetails.Builder displayName(String displayName) 
 - 
descriptionpublic UpdateRedisConnectionDetails.Builder description(String description) 
 - 
freeformTagspublic UpdateRedisConnectionDetails.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic UpdateRedisConnectionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
vaultIdpublic UpdateRedisConnectionDetails.Builder vaultId(String vaultId) 
 - 
keyIdpublic UpdateRedisConnectionDetails.Builder keyId(String keyId) 
 - 
nsgIdspublic UpdateRedisConnectionDetails.Builder nsgIds(List<String> nsgIds) 
 - 
subnetIdpublic UpdateRedisConnectionDetails.Builder subnetId(String subnetId) 
 - 
routingMethodpublic UpdateRedisConnectionDetails.Builder routingMethod(RoutingMethod routingMethod) 
 - 
doesUseSecretIdspublic UpdateRedisConnectionDetails.Builder doesUseSecretIds(Boolean doesUseSecretIds) 
 - 
securityAttributespublic UpdateRedisConnectionDetails.Builder securityAttributes(Map<String,Map<String,Object>> securityAttributes) 
 - 
serverspublic UpdateRedisConnectionDetails.Builder servers(String servers) Comma separated list of Redis server addresses, specified as host:port entries, where :port is optional.If port is not specified, it defaults to 6379. Used for establishing the initial connection to the Redis cluster. Example: “server1.example.com:6379,server2.example.com:6379” - Parameters:
- servers- the value to set
- Returns:
- this builder
 
 - 
securityProtocolpublic UpdateRedisConnectionDetails.Builder securityProtocol(RedisConnection.SecurityProtocol securityProtocol) Security protocol for Redis.- Parameters:
- securityProtocol- the value to set
- Returns:
- this builder
 
 - 
authenticationTypepublic UpdateRedisConnectionDetails.Builder authenticationType(RedisConnection.AuthenticationType authenticationType) Authenticationentication type for the Redis database.- Parameters:
- authenticationType- the value to set
- Returns:
- this builder
 
 - 
usernamepublic UpdateRedisConnectionDetails.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 UpdateRedisConnectionDetails.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 UpdateRedisConnectionDetails.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
 
 - 
trustStorepublic UpdateRedisConnectionDetails.Builder trustStore(String trustStore) The base64 encoded content of the TrustStore file.Deprecated: This field is deprecated and replaced by “trustStoreSecretId”. This field will be removed after February 15 2026. - Parameters:
- trustStore- the value to set
- Returns:
- this builder
 
 - 
trustStoreSecretIdpublic UpdateRedisConnectionDetails.Builder trustStoreSecretId(String trustStoreSecretId) The OCID of the Secret that stores the content of the TrustStore file.Note: When provided, ‘trustStore’ field must not be provided. - Parameters:
- trustStoreSecretId- the value to set
- Returns:
- this builder
 
 - 
trustStorePasswordpublic UpdateRedisConnectionDetails.Builder trustStorePassword(String trustStorePassword) The TrustStore password.Deprecated: This field is deprecated and replaced by “trustStorePasswordSecretId”. This field will be removed after February 15 2026. - Parameters:
- trustStorePassword- the value to set
- Returns:
- this builder
 
 - 
trustStorePasswordSecretIdpublic UpdateRedisConnectionDetails.Builder trustStorePasswordSecretId(String trustStorePasswordSecretId) The OCID of the Secret where the Redis TrustStore password is stored.Note: When provided, ‘trustStorePassword’ field must not be provided. - Parameters:
- trustStorePasswordSecretId- the value to set
- Returns:
- this builder
 
 - 
keyStorepublic UpdateRedisConnectionDetails.Builder keyStore(String keyStore) The base64 encoded content of the KeyStore file.Deprecated: This field is deprecated and replaced by “keyStoreSecretId”. This field will be removed after February 15 2026. - Parameters:
- keyStore- the value to set
- Returns:
- this builder
 
 - 
keyStoreSecretIdpublic UpdateRedisConnectionDetails.Builder keyStoreSecretId(String keyStoreSecretId) The OCID of the Secret that stores the content of the KeyStore file.Note: When provided, ‘keyStore’ field must not be provided. - Parameters:
- keyStoreSecretId- the value to set
- Returns:
- this builder
 
 - 
keyStorePasswordpublic UpdateRedisConnectionDetails.Builder keyStorePassword(String keyStorePassword) The KeyStore password.Deprecated: This field is deprecated and replaced by “keyStorePasswordSecretId”. This field will be removed after February 15 2026. - Parameters:
- keyStorePassword- the value to set
- Returns:
- this builder
 
 - 
keyStorePasswordSecretIdpublic UpdateRedisConnectionDetails.Builder keyStorePasswordSecretId(String keyStorePasswordSecretId) The OCID of the Secret where the Redis KeyStore password is stored.Note: When provided, ‘keyStorePassword’ field must not be provided. - Parameters:
- keyStorePasswordSecretId- the value to set
- Returns:
- this builder
 
 - 
redisClusterIdpublic UpdateRedisConnectionDetails.Builder redisClusterId(String redisClusterId) The OCID of the Redis cluster.- Parameters:
- redisClusterId- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateRedisConnectionDetails build() 
 - 
copypublic UpdateRedisConnectionDetails.Builder copy(UpdateRedisConnectionDetails model) 
 
- 
 
-