public static class UpdateSnowflakeConnectionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateSnowflakeConnectionDetails.Builder displayName(String displayName)
public UpdateSnowflakeConnectionDetails.Builder description(String description)
public UpdateSnowflakeConnectionDetails.Builder freeformTags(Map<String,String> freeformTags)
public UpdateSnowflakeConnectionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public UpdateSnowflakeConnectionDetails.Builder vaultId(String vaultId)
public UpdateSnowflakeConnectionDetails.Builder keyId(String keyId)
public UpdateSnowflakeConnectionDetails.Builder nsgIds(List<String> nsgIds)
public UpdateSnowflakeConnectionDetails.Builder subnetId(String subnetId)
public UpdateSnowflakeConnectionDetails.Builder routingMethod(RoutingMethod routingMethod)
public UpdateSnowflakeConnectionDetails.Builder doesUseSecretIds(Boolean doesUseSecretIds)
public UpdateSnowflakeConnectionDetails.Builder connectionUrl(String connectionUrl)
JDBC connection URL. e.g.:
‘jdbc:snowflake://<account_name>.snowflakecomputing.com/?warehouse=
connectionUrl
- the value to setpublic UpdateSnowflakeConnectionDetails.Builder authenticationType(SnowflakeConnection.AuthenticationType authenticationType)
Used authentication mechanism to access Snowflake.
authenticationType
- the value to setpublic UpdateSnowflakeConnectionDetails.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 UpdateSnowflakeConnectionDetails.Builder password(String password)
The password Oracle GoldenGate uses to connect to Snowflake platform.
password
- the value to setpublic UpdateSnowflakeConnectionDetails.Builder passwordSecretId(String passwordSecretId)
The OCID of the Secret that stores the password Oracle GoldenGate uses to connect to Snowflake platform. Note: When provided, ‘password’ field must not be provided.
passwordSecretId
- the value to setpublic UpdateSnowflakeConnectionDetails.Builder privateKeyFile(String privateKeyFile)
The base64 encoded content of private key file in PEM format.
privateKeyFile
- the value to setpublic UpdateSnowflakeConnectionDetails.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 UpdateSnowflakeConnectionDetails.Builder privateKeyPassphrase(String privateKeyPassphrase)
Password if the private key file is encrypted.
privateKeyPassphrase
- the value to setpublic UpdateSnowflakeConnectionDetails.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 UpdateSnowflakeConnectionDetails build()
public UpdateSnowflakeConnectionDetails.Builder copy(UpdateSnowflakeConnectionDetails model)
Copyright © 2016–2024. All rights reserved.