Class RedisConnectionSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.goldengate.model.RedisConnectionSummary.Builder
-
- Enclosing class:
- RedisConnectionSummary
public static class RedisConnectionSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public RedisConnectionSummary.Builder id(String id)
-
displayName
public RedisConnectionSummary.Builder displayName(String displayName)
-
description
public RedisConnectionSummary.Builder description(String description)
-
compartmentId
public RedisConnectionSummary.Builder compartmentId(String compartmentId)
-
freeformTags
public RedisConnectionSummary.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public RedisConnectionSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
systemTags
public RedisConnectionSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
-
lifecycleState
public RedisConnectionSummary.Builder lifecycleState(Connection.LifecycleState lifecycleState)
-
lifecycleDetails
public RedisConnectionSummary.Builder lifecycleDetails(String lifecycleDetails)
-
timeCreated
public RedisConnectionSummary.Builder timeCreated(Date timeCreated)
-
timeUpdated
public RedisConnectionSummary.Builder timeUpdated(Date timeUpdated)
-
vaultId
public RedisConnectionSummary.Builder vaultId(String vaultId)
-
keyId
public RedisConnectionSummary.Builder keyId(String keyId)
-
ingressIps
public RedisConnectionSummary.Builder ingressIps(List<IngressIpDetails> ingressIps)
-
nsgIds
public RedisConnectionSummary.Builder nsgIds(List<String> nsgIds)
-
subnetId
public RedisConnectionSummary.Builder subnetId(String subnetId)
-
routingMethod
public RedisConnectionSummary.Builder routingMethod(RoutingMethod routingMethod)
-
locks
public RedisConnectionSummary.Builder locks(List<ResourceLock> locks)
-
doesUseSecretIds
public RedisConnectionSummary.Builder doesUseSecretIds(Boolean doesUseSecretIds)
-
technologyType
public RedisConnectionSummary.Builder technologyType(RedisConnection.TechnologyType technologyType)
The Redis technology type.- Parameters:
technologyType
- the value to set- Returns:
- this builder
-
servers
public RedisConnectionSummary.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 RedisConnectionSummary.Builder securityProtocol(RedisConnection.SecurityProtocol securityProtocol)
Security protocol for Redis.- Parameters:
securityProtocol
- the value to set- Returns:
- this builder
-
authenticationType
public RedisConnectionSummary.Builder authenticationType(RedisConnection.AuthenticationType authenticationType)
Authenticationentication type for the Redis database.- Parameters:
authenticationType
- the value to set- Returns:
- this builder
-
username
public RedisConnectionSummary.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
-
redisClusterId
public RedisConnectionSummary.Builder redisClusterId(String redisClusterId)
The OCID of the Redis cluster.- Parameters:
redisClusterId
- the value to set- Returns:
- this builder
-
passwordSecretId
public RedisConnectionSummary.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
-
trustStoreSecretId
public RedisConnectionSummary.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
-
trustStorePasswordSecretId
public RedisConnectionSummary.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
-
keyStoreSecretId
public RedisConnectionSummary.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
-
keyStorePasswordSecretId
public RedisConnectionSummary.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
-
build
public RedisConnectionSummary build()
-
copy
public RedisConnectionSummary.Builder copy(RedisConnectionSummary model)
-
-