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