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 SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic GenericConnection.Builder id(String id) 
 - 
displayNamepublic GenericConnection.Builder displayName(String displayName) 
 - 
descriptionpublic GenericConnection.Builder description(String description) 
 - 
compartmentIdpublic GenericConnection.Builder compartmentId(String compartmentId) 
 - 
freeformTagspublic GenericConnection.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic GenericConnection.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
systemTagspublic GenericConnection.Builder systemTags(Map<String,Map<String,Object>> systemTags) 
 - 
lifecycleStatepublic GenericConnection.Builder lifecycleState(Connection.LifecycleState lifecycleState) 
 - 
lifecycleDetailspublic GenericConnection.Builder lifecycleDetails(String lifecycleDetails) 
 - 
timeCreatedpublic GenericConnection.Builder timeCreated(Date timeCreated) 
 - 
timeUpdatedpublic GenericConnection.Builder timeUpdated(Date timeUpdated) 
 - 
lockspublic GenericConnection.Builder locks(List<ResourceLock> locks) 
 - 
vaultIdpublic GenericConnection.Builder vaultId(String vaultId) 
 - 
keyIdpublic GenericConnection.Builder keyId(String keyId) 
 - 
ingressIpspublic GenericConnection.Builder ingressIps(List<IngressIpDetails> ingressIps) 
 - 
nsgIdspublic GenericConnection.Builder nsgIds(List<String> nsgIds) 
 - 
subnetIdpublic GenericConnection.Builder subnetId(String subnetId) 
 - 
routingMethodpublic GenericConnection.Builder routingMethod(RoutingMethod routingMethod) 
 - 
doesUseSecretIdspublic GenericConnection.Builder doesUseSecretIds(Boolean doesUseSecretIds) 
 - 
subscriptionIdpublic GenericConnection.Builder subscriptionId(String subscriptionId) 
 - 
clusterPlacementGroupIdpublic GenericConnection.Builder clusterPlacementGroupId(String clusterPlacementGroupId) 
 - 
securityAttributespublic GenericConnection.Builder securityAttributes(Map<String,Map<String,Object>> securityAttributes) 
 - 
technologyTypepublic GenericConnection.Builder technologyType(GenericConnection.TechnologyType technologyType) The Generic technology type.- Parameters:
- technologyType- the value to set
- Returns:
- this builder
 
 - 
hostpublic 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
 
 - 
buildpublic GenericConnection build() 
 - 
copypublic GenericConnection.Builder copy(GenericConnection model) 
 
- 
 
-