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