Package com.oracle.bmc.goldengate.model
Class GenericConnection.Builder
- java.lang.Object
-
- com.oracle.bmc.goldengate.model.GenericConnection.Builder
-
- Enclosing class:
- GenericConnection
public static class GenericConnection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public GenericConnection.Builder id(String id)
-
displayName
public GenericConnection.Builder displayName(String displayName)
-
description
public GenericConnection.Builder description(String description)
-
compartmentId
public GenericConnection.Builder compartmentId(String compartmentId)
-
freeformTags
public GenericConnection.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public GenericConnection.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
systemTags
public GenericConnection.Builder systemTags(Map<String,Map<String,Object>> systemTags)
-
lifecycleState
public GenericConnection.Builder lifecycleState(Connection.LifecycleState lifecycleState)
-
lifecycleDetails
public GenericConnection.Builder lifecycleDetails(String lifecycleDetails)
-
timeCreated
public GenericConnection.Builder timeCreated(Date timeCreated)
-
timeUpdated
public GenericConnection.Builder timeUpdated(Date timeUpdated)
-
locks
public GenericConnection.Builder locks(List<ResourceLock> locks)
-
vaultId
public GenericConnection.Builder vaultId(String vaultId)
-
keyId
public GenericConnection.Builder keyId(String keyId)
-
ingressIps
public GenericConnection.Builder ingressIps(List<IngressIpDetails> ingressIps)
-
nsgIds
public GenericConnection.Builder nsgIds(List<String> nsgIds)
-
subnetId
public GenericConnection.Builder subnetId(String subnetId)
-
routingMethod
public GenericConnection.Builder routingMethod(RoutingMethod routingMethod)
-
doesUseSecretIds
public GenericConnection.Builder doesUseSecretIds(Boolean doesUseSecretIds)
-
technologyType
public GenericConnection.Builder technologyType(GenericConnection.TechnologyType technologyType)
The Generic technology type.- Parameters:
technologyType
- the value to set- Returns:
- this builder
-
host
public GenericConnection.Builder host(String host)
Host and port separated by colon.Example: “server.example.com:1234”
For multiple hosts, provide a comma separated list. Example: "server1.example.com:1000,server1.example.com:2000"
- Parameters:
host
- the value to set- Returns:
- this builder
-
build
public GenericConnection build()
-
copy
public GenericConnection.Builder copy(GenericConnection model)
-
-