Class UpdateRedisConnectionDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.goldengate.model.UpdateRedisConnectionDetails.Builder
-
- Enclosing class:
- UpdateRedisConnectionDetails
public static class UpdateRedisConnectionDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
displayName
public UpdateRedisConnectionDetails.Builder displayName(String displayName)
-
description
public UpdateRedisConnectionDetails.Builder description(String description)
-
freeformTags
public UpdateRedisConnectionDetails.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public UpdateRedisConnectionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
vaultId
public UpdateRedisConnectionDetails.Builder vaultId(String vaultId)
-
keyId
public UpdateRedisConnectionDetails.Builder keyId(String keyId)
-
nsgIds
public UpdateRedisConnectionDetails.Builder nsgIds(List<String> nsgIds)
-
subnetId
public UpdateRedisConnectionDetails.Builder subnetId(String subnetId)
-
routingMethod
public UpdateRedisConnectionDetails.Builder routingMethod(RoutingMethod routingMethod)
-
doesUseSecretIds
public UpdateRedisConnectionDetails.Builder doesUseSecretIds(Boolean doesUseSecretIds)
-
servers
public 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
-
securityProtocol
public UpdateRedisConnectionDetails.Builder securityProtocol(RedisConnection.SecurityProtocol securityProtocol)
Security protocol for Redis.- Parameters:
securityProtocol
- the value to set- Returns:
- this builder
-
authenticationType
public UpdateRedisConnectionDetails.Builder authenticationType(RedisConnection.AuthenticationType authenticationType)
Authenticationentication type for the Redis database.- Parameters:
authenticationType
- the value to set- Returns:
- this builder
-
username
public 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
-
password
public 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
-
passwordSecretId
public 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
-
trustStore
public 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
-
trustStoreSecretId
public 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
-
trustStorePassword
public 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
-
trustStorePasswordSecretId
public 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
-
keyStore
public 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
-
keyStoreSecretId
public 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
-
keyStorePassword
public 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
-
keyStorePasswordSecretId
public 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
-
redisClusterId
public UpdateRedisConnectionDetails.Builder redisClusterId(String redisClusterId)
The OCID of the Redis cluster.- Parameters:
redisClusterId
- the value to set- Returns:
- this builder
-
build
public UpdateRedisConnectionDetails build()
-
copy
public UpdateRedisConnectionDetails.Builder copy(UpdateRedisConnectionDetails model)
-
-