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 doesUseSecretIds(Boolean doesUseSecretIds)
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 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 UpdateRedisConnectionDetails.Builder trustStore(String trustStore)
The base64 encoded content of the TrustStore file.
trustStore
- the value to setpublic 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.
trustStoreSecretId
- the value to setpublic UpdateRedisConnectionDetails.Builder trustStorePassword(String trustStorePassword)
The TrustStore password.
trustStorePassword
- the value to setpublic 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.
trustStorePasswordSecretId
- the value to setpublic UpdateRedisConnectionDetails.Builder keyStore(String keyStore)
The base64 encoded content of the KeyStore file.
keyStore
- the value to setpublic 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.
keyStoreSecretId
- the value to setpublic UpdateRedisConnectionDetails.Builder keyStorePassword(String keyStorePassword)
The KeyStore password.
keyStorePassword
- the value to setpublic 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.
keyStorePasswordSecretId
- 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.