Package com.oracle.bmc.goldengate.model
Class GoogleBigQueryConnection.Builder
- java.lang.Object
-
- com.oracle.bmc.goldengate.model.GoogleBigQueryConnection.Builder
-
- Enclosing class:
- GoogleBigQueryConnection
public static class GoogleBigQueryConnection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public GoogleBigQueryConnection.Builder id(String id)
-
displayName
public GoogleBigQueryConnection.Builder displayName(String displayName)
-
description
public GoogleBigQueryConnection.Builder description(String description)
-
compartmentId
public GoogleBigQueryConnection.Builder compartmentId(String compartmentId)
-
freeformTags
public GoogleBigQueryConnection.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public GoogleBigQueryConnection.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
systemTags
public GoogleBigQueryConnection.Builder systemTags(Map<String,Map<String,Object>> systemTags)
-
lifecycleState
public GoogleBigQueryConnection.Builder lifecycleState(Connection.LifecycleState lifecycleState)
-
lifecycleDetails
public GoogleBigQueryConnection.Builder lifecycleDetails(String lifecycleDetails)
-
timeCreated
public GoogleBigQueryConnection.Builder timeCreated(Date timeCreated)
-
timeUpdated
public GoogleBigQueryConnection.Builder timeUpdated(Date timeUpdated)
-
locks
public GoogleBigQueryConnection.Builder locks(List<ResourceLock> locks)
-
vaultId
public GoogleBigQueryConnection.Builder vaultId(String vaultId)
-
keyId
public GoogleBigQueryConnection.Builder keyId(String keyId)
-
ingressIps
public GoogleBigQueryConnection.Builder ingressIps(List<IngressIpDetails> ingressIps)
-
nsgIds
public GoogleBigQueryConnection.Builder nsgIds(List<String> nsgIds)
-
subnetId
public GoogleBigQueryConnection.Builder subnetId(String subnetId)
-
routingMethod
public GoogleBigQueryConnection.Builder routingMethod(RoutingMethod routingMethod)
-
doesUseSecretIds
public GoogleBigQueryConnection.Builder doesUseSecretIds(Boolean doesUseSecretIds)
-
technologyType
public GoogleBigQueryConnection.Builder technologyType(GoogleBigQueryConnection.TechnologyType technologyType)
The Google BigQuery technology type.- Parameters:
technologyType
- the value to set- Returns:
- this builder
-
serviceAccountKeyFileSecretId
public GoogleBigQueryConnection.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.
- Parameters:
serviceAccountKeyFileSecretId
- the value to set- Returns:
- this builder
-
build
public GoogleBigQueryConnection build()
-
copy
public GoogleBigQueryConnection.Builder copy(GoogleBigQueryConnection model)
-
-