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