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