public static class SnowflakeConnection.Builder extends Object
Constructor and Description |
---|
Builder() |
public SnowflakeConnection.Builder id(String id)
public SnowflakeConnection.Builder displayName(String displayName)
public SnowflakeConnection.Builder description(String description)
public SnowflakeConnection.Builder compartmentId(String compartmentId)
public SnowflakeConnection.Builder freeformTags(Map<String,String> freeformTags)
public SnowflakeConnection.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public SnowflakeConnection.Builder lifecycleState(Connection.LifecycleState lifecycleState)
public SnowflakeConnection.Builder lifecycleDetails(String lifecycleDetails)
public SnowflakeConnection.Builder timeCreated(Date timeCreated)
public SnowflakeConnection.Builder timeUpdated(Date timeUpdated)
public SnowflakeConnection.Builder locks(List<ResourceLock> locks)
public SnowflakeConnection.Builder vaultId(String vaultId)
public SnowflakeConnection.Builder keyId(String keyId)
public SnowflakeConnection.Builder ingressIps(List<IngressIpDetails> ingressIps)
public SnowflakeConnection.Builder nsgIds(List<String> nsgIds)
public SnowflakeConnection.Builder subnetId(String subnetId)
public SnowflakeConnection.Builder routingMethod(RoutingMethod routingMethod)
public SnowflakeConnection.Builder doesUseSecretIds(Boolean doesUseSecretIds)
public SnowflakeConnection.Builder technologyType(SnowflakeConnection.TechnologyType technologyType)
The Snowflake technology type.
technologyType
- the value to setpublic SnowflakeConnection.Builder connectionUrl(String connectionUrl)
JDBC connection URL. e.g.:
‘jdbc:snowflake://<account_name>.snowflakecomputing.com/?warehouse=
connectionUrl
- the value to setpublic SnowflakeConnection.Builder authenticationType(SnowflakeConnection.AuthenticationType authenticationType)
Used authentication mechanism to access Snowflake.
authenticationType
- the value to setpublic 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.
username
- the value to setpublic 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.
passwordSecretId
- the value to setpublic 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.
privateKeyFileSecretId
- the value to setpublic 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.
privateKeyPassphraseSecretId
- the value to setpublic SnowflakeConnection build()
public SnowflakeConnection.Builder copy(SnowflakeConnection model)
Copyright © 2016–2024. All rights reserved.