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 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 build()
public RedisConnection.Builder copy(RedisConnection model)
Copyright © 2016–2024. All rights reserved.