public static class UpdateRedisConnectionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateRedisConnectionDetails.Builder displayName(String displayName)
public UpdateRedisConnectionDetails.Builder description(String description)
public UpdateRedisConnectionDetails.Builder freeformTags(Map<String,String> freeformTags)
public UpdateRedisConnectionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public UpdateRedisConnectionDetails.Builder vaultId(String vaultId)
public UpdateRedisConnectionDetails.Builder keyId(String keyId)
public UpdateRedisConnectionDetails.Builder nsgIds(List<String> nsgIds)
public UpdateRedisConnectionDetails.Builder subnetId(String subnetId)
public UpdateRedisConnectionDetails.Builder routingMethod(RoutingMethod routingMethod)
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"
servers
- the value to setpublic UpdateRedisConnectionDetails.Builder securityProtocol(RedisConnection.SecurityProtocol securityProtocol)
Security protocol for Redis.
securityProtocol
- the value to setpublic UpdateRedisConnectionDetails.Builder authenticationType(RedisConnection.AuthenticationType authenticationType)
Authenticationentication type for the Redis database.
authenticationType
- the value to setpublic 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.
username
- the value to setpublic 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.
password
- the value to setpublic UpdateRedisConnectionDetails.Builder trustStore(String trustStore)
The base64 encoded content of the TrustStore file.
trustStore
- the value to setpublic UpdateRedisConnectionDetails.Builder trustStorePassword(String trustStorePassword)
The TrustStore password.
trustStorePassword
- the value to setpublic UpdateRedisConnectionDetails.Builder keyStore(String keyStore)
The base64 encoded content of the KeyStore file.
keyStore
- the value to setpublic UpdateRedisConnectionDetails.Builder keyStorePassword(String keyStorePassword)
The KeyStore password.
keyStorePassword
- the value to setpublic UpdateRedisConnectionDetails.Builder redisClusterId(String redisClusterId)
The OCID of the Redis cluster.
redisClusterId
- the value to setpublic UpdateRedisConnectionDetails build()
public UpdateRedisConnectionDetails.Builder copy(UpdateRedisConnectionDetails model)
Copyright © 2016–2024. All rights reserved.