public static class CreateGoogleBigQueryConnectionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateGoogleBigQueryConnectionDetails.Builder displayName(String displayName)
public CreateGoogleBigQueryConnectionDetails.Builder description(String description)
public CreateGoogleBigQueryConnectionDetails.Builder compartmentId(String compartmentId)
public CreateGoogleBigQueryConnectionDetails.Builder freeformTags(Map<String,String> freeformTags)
public CreateGoogleBigQueryConnectionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public CreateGoogleBigQueryConnectionDetails.Builder locks(List<AddResourceLockDetails> locks)
public CreateGoogleBigQueryConnectionDetails.Builder vaultId(String vaultId)
public CreateGoogleBigQueryConnectionDetails.Builder keyId(String keyId)
public CreateGoogleBigQueryConnectionDetails.Builder nsgIds(List<String> nsgIds)
public CreateGoogleBigQueryConnectionDetails.Builder subnetId(String subnetId)
public CreateGoogleBigQueryConnectionDetails.Builder routingMethod(RoutingMethod routingMethod)
public CreateGoogleBigQueryConnectionDetails.Builder doesUseSecretIds(Boolean doesUseSecretIds)
public CreateGoogleBigQueryConnectionDetails.Builder technologyType(GoogleBigQueryConnection.TechnologyType technologyType)
The Google BigQuery technology type.
technologyType
- the value to setpublic CreateGoogleBigQueryConnectionDetails.Builder serviceAccountKeyFile(String serviceAccountKeyFile)
The base64 encoded content of the service account key file containing the credentials required to use Google BigQuery.
serviceAccountKeyFile
- the value to setpublic CreateGoogleBigQueryConnectionDetails.Builder serviceAccountKeyFileSecretId(String serviceAccountKeyFileSecretId)
The OCID of the Secret where the content of the service account key file is stored, which containing the credentials required to use Google BigQuery. Note: When provided, ‘serviceAccountKeyFile’ field must not be provided.
serviceAccountKeyFileSecretId
- the value to setpublic CreateGoogleBigQueryConnectionDetails build()
public CreateGoogleBigQueryConnectionDetails.Builder copy(CreateGoogleBigQueryConnectionDetails model)
Copyright © 2016–2024. All rights reserved.