Package com.oracle.bmc.goldengate.model
Class GenericConnectionSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.goldengate.model.GenericConnectionSummary.Builder
-
- Enclosing class:
- GenericConnectionSummary
public static class GenericConnectionSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public GenericConnectionSummary.Builder id(String id)
-
displayName
public GenericConnectionSummary.Builder displayName(String displayName)
-
description
public GenericConnectionSummary.Builder description(String description)
-
compartmentId
public GenericConnectionSummary.Builder compartmentId(String compartmentId)
-
freeformTags
public GenericConnectionSummary.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public GenericConnectionSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
systemTags
public GenericConnectionSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
-
lifecycleState
public GenericConnectionSummary.Builder lifecycleState(Connection.LifecycleState lifecycleState)
-
lifecycleDetails
public GenericConnectionSummary.Builder lifecycleDetails(String lifecycleDetails)
-
timeCreated
public GenericConnectionSummary.Builder timeCreated(Date timeCreated)
-
timeUpdated
public GenericConnectionSummary.Builder timeUpdated(Date timeUpdated)
-
vaultId
public GenericConnectionSummary.Builder vaultId(String vaultId)
-
keyId
public GenericConnectionSummary.Builder keyId(String keyId)
-
ingressIps
public GenericConnectionSummary.Builder ingressIps(List<IngressIpDetails> ingressIps)
-
nsgIds
public GenericConnectionSummary.Builder nsgIds(List<String> nsgIds)
-
subnetId
public GenericConnectionSummary.Builder subnetId(String subnetId)
-
routingMethod
public GenericConnectionSummary.Builder routingMethod(RoutingMethod routingMethod)
-
locks
public GenericConnectionSummary.Builder locks(List<ResourceLock> locks)
-
doesUseSecretIds
public GenericConnectionSummary.Builder doesUseSecretIds(Boolean doesUseSecretIds)
-
technologyType
public GenericConnectionSummary.Builder technologyType(GenericConnection.TechnologyType technologyType)
The Generic technology type.- Parameters:
technologyType
- the value to set- Returns:
- this builder
-
host
public GenericConnectionSummary.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 GenericConnectionSummary build()
-
copy
public GenericConnectionSummary.Builder copy(GenericConnectionSummary model)
-
-