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 SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic GoogleBigQueryConnection.Builder id(String id) 
 - 
displayNamepublic GoogleBigQueryConnection.Builder displayName(String displayName) 
 - 
descriptionpublic GoogleBigQueryConnection.Builder description(String description) 
 - 
compartmentIdpublic GoogleBigQueryConnection.Builder compartmentId(String compartmentId) 
 - 
freeformTagspublic GoogleBigQueryConnection.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic GoogleBigQueryConnection.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
systemTagspublic GoogleBigQueryConnection.Builder systemTags(Map<String,Map<String,Object>> systemTags) 
 - 
lifecycleStatepublic GoogleBigQueryConnection.Builder lifecycleState(Connection.LifecycleState lifecycleState) 
 - 
lifecycleDetailspublic GoogleBigQueryConnection.Builder lifecycleDetails(String lifecycleDetails) 
 - 
timeCreatedpublic GoogleBigQueryConnection.Builder timeCreated(Date timeCreated) 
 - 
timeUpdatedpublic GoogleBigQueryConnection.Builder timeUpdated(Date timeUpdated) 
 - 
lockspublic GoogleBigQueryConnection.Builder locks(List<ResourceLock> locks) 
 - 
vaultIdpublic GoogleBigQueryConnection.Builder vaultId(String vaultId) 
 - 
keyIdpublic GoogleBigQueryConnection.Builder keyId(String keyId) 
 - 
ingressIpspublic GoogleBigQueryConnection.Builder ingressIps(List<IngressIpDetails> ingressIps) 
 - 
nsgIdspublic GoogleBigQueryConnection.Builder nsgIds(List<String> nsgIds) 
 - 
subnetIdpublic GoogleBigQueryConnection.Builder subnetId(String subnetId) 
 - 
routingMethodpublic GoogleBigQueryConnection.Builder routingMethod(RoutingMethod routingMethod) 
 - 
doesUseSecretIdspublic GoogleBigQueryConnection.Builder doesUseSecretIds(Boolean doesUseSecretIds) 
 - 
subscriptionIdpublic GoogleBigQueryConnection.Builder subscriptionId(String subscriptionId) 
 - 
clusterPlacementGroupIdpublic GoogleBigQueryConnection.Builder clusterPlacementGroupId(String clusterPlacementGroupId) 
 - 
securityAttributespublic GoogleBigQueryConnection.Builder securityAttributes(Map<String,Map<String,Object>> securityAttributes) 
 - 
technologyTypepublic GoogleBigQueryConnection.Builder technologyType(GoogleBigQueryConnection.TechnologyType technologyType) The Google BigQuery technology type.- Parameters:
- technologyType- the value to set
- Returns:
- this builder
 
 - 
serviceAccountKeyFileSecretIdpublic GoogleBigQueryConnection.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 GoogleBigQueryConnection build() 
 - 
copypublic GoogleBigQueryConnection.Builder copy(GoogleBigQueryConnection model) 
 
- 
 
-