Package com.oracle.bmc.goldengate.model
Class CreateGooglePubSubConnectionDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.goldengate.model.CreateGooglePubSubConnectionDetails.Builder
 
- 
- Enclosing class:
- CreateGooglePubSubConnectionDetails
 
 public static class CreateGooglePubSubConnectionDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
displayNamepublic CreateGooglePubSubConnectionDetails.Builder displayName(String displayName) 
 - 
descriptionpublic CreateGooglePubSubConnectionDetails.Builder description(String description) 
 - 
compartmentIdpublic CreateGooglePubSubConnectionDetails.Builder compartmentId(String compartmentId) 
 - 
freeformTagspublic CreateGooglePubSubConnectionDetails.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic CreateGooglePubSubConnectionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
lockspublic CreateGooglePubSubConnectionDetails.Builder locks(List<AddResourceLockDetails> locks) 
 - 
vaultIdpublic CreateGooglePubSubConnectionDetails.Builder vaultId(String vaultId) 
 - 
keyIdpublic CreateGooglePubSubConnectionDetails.Builder keyId(String keyId) 
 - 
nsgIdspublic CreateGooglePubSubConnectionDetails.Builder nsgIds(List<String> nsgIds) 
 - 
subnetIdpublic CreateGooglePubSubConnectionDetails.Builder subnetId(String subnetId) 
 - 
routingMethodpublic CreateGooglePubSubConnectionDetails.Builder routingMethod(RoutingMethod routingMethod) 
 - 
doesUseSecretIdspublic CreateGooglePubSubConnectionDetails.Builder doesUseSecretIds(Boolean doesUseSecretIds) 
 - 
subscriptionIdpublic CreateGooglePubSubConnectionDetails.Builder subscriptionId(String subscriptionId) 
 - 
clusterPlacementGroupIdpublic CreateGooglePubSubConnectionDetails.Builder clusterPlacementGroupId(String clusterPlacementGroupId) 
 - 
securityAttributespublic CreateGooglePubSubConnectionDetails.Builder securityAttributes(Map<String,Map<String,Object>> securityAttributes) 
 - 
technologyTypepublic CreateGooglePubSubConnectionDetails.Builder technologyType(GooglePubSubConnection.TechnologyType technologyType) The Google PubSub technology type.- Parameters:
- technologyType- the value to set
- Returns:
- this builder
 
 - 
serviceAccountKeyFilepublic CreateGooglePubSubConnectionDetails.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 CreateGooglePubSubConnectionDetails.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 CreateGooglePubSubConnectionDetails build() 
 - 
copypublic CreateGooglePubSubConnectionDetails.Builder copy(CreateGooglePubSubConnectionDetails model) 
 
- 
 
-