public static class RedisConnection.Builder extends Object
Constructor and Description |
---|
Builder() |
public RedisConnection.Builder id(String id)
public RedisConnection.Builder displayName(String displayName)
public RedisConnection.Builder description(String description)
public RedisConnection.Builder compartmentId(String compartmentId)
public RedisConnection.Builder freeformTags(Map<String,String> freeformTags)
public RedisConnection.Builder lifecycleState(Connection.LifecycleState lifecycleState)
public RedisConnection.Builder lifecycleDetails(String lifecycleDetails)
public RedisConnection.Builder timeCreated(Date timeCreated)
public RedisConnection.Builder timeUpdated(Date timeUpdated)
public RedisConnection.Builder locks(List<ResourceLock> locks)
public RedisConnection.Builder vaultId(String vaultId)
public RedisConnection.Builder keyId(String keyId)
public RedisConnection.Builder ingressIps(List<IngressIpDetails> ingressIps)
public RedisConnection.Builder nsgIds(List<String> nsgIds)
public RedisConnection.Builder subnetId(String subnetId)
public RedisConnection.Builder routingMethod(RoutingMethod routingMethod)
public RedisConnection.Builder doesUseSecretIds(Boolean doesUseSecretIds)
public RedisConnection.Builder technologyType(RedisConnection.TechnologyType technologyType)
The Redis technology type.
technologyType
- the value to setpublic RedisConnection.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"
servers
- the value to setpublic RedisConnection.Builder securityProtocol(RedisConnection.SecurityProtocol securityProtocol)
Security protocol for Redis
securityProtocol
- the value to setpublic RedisConnection.Builder authenticationType(RedisConnection.AuthenticationType authenticationType)
Authentication type for Redis.
authenticationType
- the value to setpublic RedisConnection.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.
username
- the value to setpublic RedisConnection.Builder redisClusterId(String redisClusterId)
The OCID of the Redis cluster.
redisClusterId
- the value to setpublic RedisConnection.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.
passwordSecretId
- the value to setpublic RedisConnection.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.
trustStoreSecretId
- the value to setpublic RedisConnection.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.
trustStorePasswordSecretId
- the value to setpublic RedisConnection.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.
keyStoreSecretId
- the value to setpublic RedisConnection.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.
keyStorePasswordSecretId
- the value to setpublic RedisConnection build()
public RedisConnection.Builder copy(RedisConnection model)
Copyright © 2016–2024. All rights reserved.