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