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