Class RedisConnection.Builder
- java.lang.Object
- 
- com.oracle.bmc.goldengate.model.RedisConnection.Builder
 
- 
- Enclosing class:
- RedisConnection
 
 public static class RedisConnection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic RedisConnection.Builder id(String id) 
 - 
displayNamepublic RedisConnection.Builder displayName(String displayName) 
 - 
descriptionpublic RedisConnection.Builder description(String description) 
 - 
compartmentIdpublic RedisConnection.Builder compartmentId(String compartmentId) 
 - 
freeformTagspublic RedisConnection.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic RedisConnection.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
lifecycleStatepublic RedisConnection.Builder lifecycleState(Connection.LifecycleState lifecycleState) 
 - 
lifecycleDetailspublic RedisConnection.Builder lifecycleDetails(String lifecycleDetails) 
 - 
timeCreatedpublic RedisConnection.Builder timeCreated(Date timeCreated) 
 - 
timeUpdatedpublic RedisConnection.Builder timeUpdated(Date timeUpdated) 
 - 
lockspublic RedisConnection.Builder locks(List<ResourceLock> locks) 
 - 
vaultIdpublic RedisConnection.Builder vaultId(String vaultId) 
 - 
keyIdpublic RedisConnection.Builder keyId(String keyId) 
 - 
ingressIpspublic RedisConnection.Builder ingressIps(List<IngressIpDetails> ingressIps) 
 - 
nsgIdspublic RedisConnection.Builder nsgIds(List<String> nsgIds) 
 - 
subnetIdpublic RedisConnection.Builder subnetId(String subnetId) 
 - 
routingMethodpublic RedisConnection.Builder routingMethod(RoutingMethod routingMethod) 
 - 
doesUseSecretIdspublic RedisConnection.Builder doesUseSecretIds(Boolean doesUseSecretIds) 
 - 
subscriptionIdpublic RedisConnection.Builder subscriptionId(String subscriptionId) 
 - 
clusterPlacementGroupIdpublic RedisConnection.Builder clusterPlacementGroupId(String clusterPlacementGroupId) 
 - 
securityAttributespublic RedisConnection.Builder securityAttributes(Map<String,Map<String,Object>> securityAttributes) 
 - 
technologyTypepublic RedisConnection.Builder technologyType(RedisConnection.TechnologyType technologyType) The Redis technology type.- Parameters:
- technologyType- the value to set
- Returns:
- this builder
 
 - 
serverspublic 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” - Parameters:
- servers- the value to set
- Returns:
- this builder
 
 - 
securityProtocolpublic RedisConnection.Builder securityProtocol(RedisConnection.SecurityProtocol securityProtocol) Security protocol for Redis- Parameters:
- securityProtocol- the value to set
- Returns:
- this builder
 
 - 
authenticationTypepublic RedisConnection.Builder authenticationType(RedisConnection.AuthenticationType authenticationType) Authentication type for Redis.- Parameters:
- authenticationType- the value to set
- Returns:
- this builder
 
 - 
usernamepublic 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. - Parameters:
- username- the value to set
- Returns:
- this builder
 
 - 
redisClusterIdpublic RedisConnection.Builder redisClusterId(String redisClusterId) The OCID of the Redis cluster.- Parameters:
- redisClusterId- the value to set
- Returns:
- this builder
 
 - 
passwordSecretIdpublic 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. - Parameters:
- passwordSecretId- the value to set
- Returns:
- this builder
 
 - 
trustStoreSecretIdpublic 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. - Parameters:
- trustStoreSecretId- the value to set
- Returns:
- this builder
 
 - 
trustStorePasswordSecretIdpublic 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. - Parameters:
- trustStorePasswordSecretId- the value to set
- Returns:
- this builder
 
 - 
keyStoreSecretIdpublic 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. - Parameters:
- keyStoreSecretId- the value to set
- Returns:
- this builder
 
 - 
keyStorePasswordSecretIdpublic 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. - Parameters:
- keyStorePasswordSecretId- the value to set
- Returns:
- this builder
 
 - 
buildpublic RedisConnection build() 
 - 
copypublic RedisConnection.Builder copy(RedisConnection model) 
 
- 
 
-