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