public static class GoogleBigQueryConnection.Builder extends Object
Constructor and Description |
---|
Builder() |
public GoogleBigQueryConnection.Builder id(String id)
public GoogleBigQueryConnection.Builder displayName(String displayName)
public GoogleBigQueryConnection.Builder description(String description)
public GoogleBigQueryConnection.Builder compartmentId(String compartmentId)
public GoogleBigQueryConnection.Builder freeformTags(Map<String,String> freeformTags)
public GoogleBigQueryConnection.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public GoogleBigQueryConnection.Builder systemTags(Map<String,Map<String,Object>> systemTags)
public GoogleBigQueryConnection.Builder lifecycleState(Connection.LifecycleState lifecycleState)
public GoogleBigQueryConnection.Builder lifecycleDetails(String lifecycleDetails)
public GoogleBigQueryConnection.Builder timeCreated(Date timeCreated)
public GoogleBigQueryConnection.Builder timeUpdated(Date timeUpdated)
public GoogleBigQueryConnection.Builder locks(List<ResourceLock> locks)
public GoogleBigQueryConnection.Builder vaultId(String vaultId)
public GoogleBigQueryConnection.Builder keyId(String keyId)
public GoogleBigQueryConnection.Builder ingressIps(List<IngressIpDetails> ingressIps)
public GoogleBigQueryConnection.Builder nsgIds(List<String> nsgIds)
public GoogleBigQueryConnection.Builder subnetId(String subnetId)
public GoogleBigQueryConnection.Builder routingMethod(RoutingMethod routingMethod)
public GoogleBigQueryConnection.Builder doesUseSecretIds(Boolean doesUseSecretIds)
public GoogleBigQueryConnection.Builder technologyType(GoogleBigQueryConnection.TechnologyType technologyType)
The Google BigQuery technology type.
technologyType
- the value to setpublic 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.
serviceAccountKeyFileSecretId
- the value to setpublic GoogleBigQueryConnection build()
public GoogleBigQueryConnection.Builder copy(GoogleBigQueryConnection model)
Copyright © 2016–2024. All rights reserved.