Package com.oracle.bmc.goldengate.model
Class SnowflakeConnection.Builder
- java.lang.Object
- 
- com.oracle.bmc.goldengate.model.SnowflakeConnection.Builder
 
- 
- Enclosing class:
- SnowflakeConnection
 
 public static class SnowflakeConnection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic SnowflakeConnection.Builder id(String id) 
 - 
displayNamepublic SnowflakeConnection.Builder displayName(String displayName) 
 - 
descriptionpublic SnowflakeConnection.Builder description(String description) 
 - 
compartmentIdpublic SnowflakeConnection.Builder compartmentId(String compartmentId) 
 - 
freeformTagspublic SnowflakeConnection.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic SnowflakeConnection.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
systemTagspublic SnowflakeConnection.Builder systemTags(Map<String,Map<String,Object>> systemTags) 
 - 
lifecycleStatepublic SnowflakeConnection.Builder lifecycleState(Connection.LifecycleState lifecycleState) 
 - 
lifecycleDetailspublic SnowflakeConnection.Builder lifecycleDetails(String lifecycleDetails) 
 - 
timeCreatedpublic SnowflakeConnection.Builder timeCreated(Date timeCreated) 
 - 
timeUpdatedpublic SnowflakeConnection.Builder timeUpdated(Date timeUpdated) 
 - 
lockspublic SnowflakeConnection.Builder locks(List<ResourceLock> locks) 
 - 
vaultIdpublic SnowflakeConnection.Builder vaultId(String vaultId) 
 - 
keyIdpublic SnowflakeConnection.Builder keyId(String keyId) 
 - 
ingressIpspublic SnowflakeConnection.Builder ingressIps(List<IngressIpDetails> ingressIps) 
 - 
nsgIdspublic SnowflakeConnection.Builder nsgIds(List<String> nsgIds) 
 - 
subnetIdpublic SnowflakeConnection.Builder subnetId(String subnetId) 
 - 
routingMethodpublic SnowflakeConnection.Builder routingMethod(RoutingMethod routingMethod) 
 - 
doesUseSecretIdspublic SnowflakeConnection.Builder doesUseSecretIds(Boolean doesUseSecretIds) 
 - 
subscriptionIdpublic SnowflakeConnection.Builder subscriptionId(String subscriptionId) 
 - 
clusterPlacementGroupIdpublic SnowflakeConnection.Builder clusterPlacementGroupId(String clusterPlacementGroupId) 
 - 
securityAttributespublic SnowflakeConnection.Builder securityAttributes(Map<String,Map<String,Object>> securityAttributes) 
 - 
technologyTypepublic SnowflakeConnection.Builder technologyType(SnowflakeConnection.TechnologyType technologyType) The Snowflake technology type.- Parameters:
- technologyType- the value to set
- Returns:
- this builder
 
 - 
connectionUrlpublic SnowflakeConnection.Builder connectionUrl(String connectionUrl) JDBC connection URL.e.g.: ‘jdbc:snowflake://<account_name>.snowflakecomputing.com/?warehouse= &db= ’ - Parameters:
- connectionUrl- the value to set
- Returns:
- this builder
 
 - 
authenticationTypepublic SnowflakeConnection.Builder authenticationType(SnowflakeConnection.AuthenticationType authenticationType) Used authentication mechanism to access Snowflake.- Parameters:
- authenticationType- the value to set
- Returns:
- this builder
 
 - 
usernamepublic SnowflakeConnection.Builder username(String username) The username Oracle GoldenGate uses to connect to Snowflake.This username must already exist and be available by Snowflake platform to be connected to. - Parameters:
- username- the value to set
- Returns:
- this builder
 
 - 
passwordSecretIdpublic SnowflakeConnection.Builder passwordSecretId(String passwordSecretId) The OCID of the Secret where the password is stored.The password Oracle GoldenGate uses to connect the associated system of the given technology. It must conform to the specific security requirements including length, case sensitivity, and so on. If secretId is used plaintext field must not be provided. Note: When provided, ‘password’ field must not be provided. - Parameters:
- passwordSecretId- the value to set
- Returns:
- this builder
 
 - 
privateKeyFileSecretIdpublic SnowflakeConnection.Builder privateKeyFileSecretId(String privateKeyFileSecretId) The OCID of the Secret that stores the content of the private key file (PEM file) corresponding to the API key of the fingerprint.See documentation: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm Note: When provided, ‘privateKeyFile’ field must not be provided. - Parameters:
- privateKeyFileSecretId- the value to set
- Returns:
- this builder
 
 - 
privateKeyPassphraseSecretIdpublic SnowflakeConnection.Builder privateKeyPassphraseSecretId(String privateKeyPassphraseSecretId) The OCID of the Secret that stores the password for the private key file.Note: When provided, ‘privateKeyPassphrase’ field must not be provided. - Parameters:
- privateKeyPassphraseSecretId- the value to set
- Returns:
- this builder
 
 - 
buildpublic SnowflakeConnection build() 
 - 
copypublic SnowflakeConnection.Builder copy(SnowflakeConnection model) 
 
- 
 
-