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