Package com.oracle.bmc.goldengate.model
Class UpdateGoogleBigQueryConnectionDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.goldengate.model.UpdateGoogleBigQueryConnectionDetails.Builder
 
- 
- Enclosing class:
- UpdateGoogleBigQueryConnectionDetails
 
 public static class UpdateGoogleBigQueryConnectionDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateGoogleBigQueryConnectionDetails.Builder displayName(String displayName) 
 - 
descriptionpublic UpdateGoogleBigQueryConnectionDetails.Builder description(String description) 
 - 
freeformTagspublic UpdateGoogleBigQueryConnectionDetails.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic UpdateGoogleBigQueryConnectionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
vaultIdpublic UpdateGoogleBigQueryConnectionDetails.Builder vaultId(String vaultId) 
 - 
keyIdpublic UpdateGoogleBigQueryConnectionDetails.Builder keyId(String keyId) 
 - 
nsgIdspublic UpdateGoogleBigQueryConnectionDetails.Builder nsgIds(List<String> nsgIds) 
 - 
subnetIdpublic UpdateGoogleBigQueryConnectionDetails.Builder subnetId(String subnetId) 
 - 
routingMethodpublic UpdateGoogleBigQueryConnectionDetails.Builder routingMethod(RoutingMethod routingMethod) 
 - 
doesUseSecretIdspublic UpdateGoogleBigQueryConnectionDetails.Builder doesUseSecretIds(Boolean doesUseSecretIds) 
 - 
securityAttributespublic UpdateGoogleBigQueryConnectionDetails.Builder securityAttributes(Map<String,Map<String,Object>> securityAttributes) 
 - 
serviceAccountKeyFilepublic UpdateGoogleBigQueryConnectionDetails.Builder serviceAccountKeyFile(String serviceAccountKeyFile) The base64 encoded content of the service account key file containing the credentials required to use Google BigQuery.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 UpdateGoogleBigQueryConnectionDetails.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 BigQuery.Note: When provided, ‘serviceAccountKeyFile’ field must not be provided. - Parameters:
- serviceAccountKeyFileSecretId- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateGoogleBigQueryConnectionDetails build() 
 - 
copypublic UpdateGoogleBigQueryConnectionDetails.Builder copy(UpdateGoogleBigQueryConnectionDetails model) 
 
- 
 
-