Package com.oracle.bmc.goldengate.model
Class GooglePubSubConnection.Builder
- java.lang.Object
-
- com.oracle.bmc.goldengate.model.GooglePubSubConnection.Builder
-
- Enclosing class:
- GooglePubSubConnection
public static class GooglePubSubConnection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public GooglePubSubConnection.Builder id(String id)
-
displayName
public GooglePubSubConnection.Builder displayName(String displayName)
-
description
public GooglePubSubConnection.Builder description(String description)
-
compartmentId
public GooglePubSubConnection.Builder compartmentId(String compartmentId)
-
freeformTags
public GooglePubSubConnection.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public GooglePubSubConnection.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
systemTags
public GooglePubSubConnection.Builder systemTags(Map<String,Map<String,Object>> systemTags)
-
lifecycleState
public GooglePubSubConnection.Builder lifecycleState(Connection.LifecycleState lifecycleState)
-
lifecycleDetails
public GooglePubSubConnection.Builder lifecycleDetails(String lifecycleDetails)
-
timeCreated
public GooglePubSubConnection.Builder timeCreated(Date timeCreated)
-
timeUpdated
public GooglePubSubConnection.Builder timeUpdated(Date timeUpdated)
-
locks
public GooglePubSubConnection.Builder locks(List<ResourceLock> locks)
-
vaultId
public GooglePubSubConnection.Builder vaultId(String vaultId)
-
keyId
public GooglePubSubConnection.Builder keyId(String keyId)
-
ingressIps
public GooglePubSubConnection.Builder ingressIps(List<IngressIpDetails> ingressIps)
-
nsgIds
public GooglePubSubConnection.Builder nsgIds(List<String> nsgIds)
-
subnetId
public GooglePubSubConnection.Builder subnetId(String subnetId)
-
routingMethod
public GooglePubSubConnection.Builder routingMethod(RoutingMethod routingMethod)
-
doesUseSecretIds
public GooglePubSubConnection.Builder doesUseSecretIds(Boolean doesUseSecretIds)
-
technologyType
public GooglePubSubConnection.Builder technologyType(GooglePubSubConnection.TechnologyType technologyType)
The Google PubSub technology type.- Parameters:
technologyType
- the value to set- Returns:
- this builder
-
serviceAccountKeyFileSecretId
public GooglePubSubConnection.Builder serviceAccountKeyFileSecretId(String serviceAccountKeyFileSecretId)
The OCID of the Secret where the content of the service account key file is stored, which containing the credentials required to use Google PubSub.Note: When provided, ‘serviceAccountKeyFile’ field must not be provided.
- Parameters:
serviceAccountKeyFileSecretId
- the value to set- Returns:
- this builder
-
build
public GooglePubSubConnection build()
-
copy
public GooglePubSubConnection.Builder copy(GooglePubSubConnection model)
-
-