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