Package com.oracle.bmc.goldengate.model
Class UpdateGooglePubSubConnectionDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.goldengate.model.UpdateGooglePubSubConnectionDetails.Builder
 
- 
- Enclosing class:
- UpdateGooglePubSubConnectionDetails
 
 public static class UpdateGooglePubSubConnectionDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateGooglePubSubConnectionDetails.Builder displayName(String displayName) 
 - 
descriptionpublic UpdateGooglePubSubConnectionDetails.Builder description(String description) 
 - 
freeformTagspublic UpdateGooglePubSubConnectionDetails.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic UpdateGooglePubSubConnectionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
vaultIdpublic UpdateGooglePubSubConnectionDetails.Builder vaultId(String vaultId) 
 - 
keyIdpublic UpdateGooglePubSubConnectionDetails.Builder keyId(String keyId) 
 - 
nsgIdspublic UpdateGooglePubSubConnectionDetails.Builder nsgIds(List<String> nsgIds) 
 - 
subnetIdpublic UpdateGooglePubSubConnectionDetails.Builder subnetId(String subnetId) 
 - 
routingMethodpublic UpdateGooglePubSubConnectionDetails.Builder routingMethod(RoutingMethod routingMethod) 
 - 
doesUseSecretIdspublic UpdateGooglePubSubConnectionDetails.Builder doesUseSecretIds(Boolean doesUseSecretIds) 
 - 
securityAttributespublic UpdateGooglePubSubConnectionDetails.Builder securityAttributes(Map<String,Map<String,Object>> securityAttributes) 
 - 
serviceAccountKeyFilepublic UpdateGooglePubSubConnectionDetails.Builder serviceAccountKeyFile(String serviceAccountKeyFile) The base64 encoded content of the service account key file containing the credentials required to use Google PubSub.Deprecated: This field is deprecated and replaced by “serviceAccountKeyFileSecretId”. This field will be removed after February 15 2026. - Parameters:
- serviceAccountKeyFile- the value to set
- Returns:
- this builder
 
 - 
serviceAccountKeyFileSecretIdpublic UpdateGooglePubSubConnectionDetails.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 UpdateGooglePubSubConnectionDetails build() 
 - 
copypublic UpdateGooglePubSubConnectionDetails.Builder copy(UpdateGooglePubSubConnectionDetails model) 
 
- 
 
-