Class CreateAzureSynapseConnectionDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.goldengate.model.CreateAzureSynapseConnectionDetails.Builder
-
- Enclosing class:
- CreateAzureSynapseConnectionDetails
public static class CreateAzureSynapseConnectionDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
displayName
public CreateAzureSynapseConnectionDetails.Builder displayName(String displayName)
-
description
public CreateAzureSynapseConnectionDetails.Builder description(String description)
-
compartmentId
public CreateAzureSynapseConnectionDetails.Builder compartmentId(String compartmentId)
-
freeformTags
public CreateAzureSynapseConnectionDetails.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public CreateAzureSynapseConnectionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
locks
public CreateAzureSynapseConnectionDetails.Builder locks(List<AddResourceLockDetails> locks)
-
vaultId
public CreateAzureSynapseConnectionDetails.Builder vaultId(String vaultId)
-
keyId
public CreateAzureSynapseConnectionDetails.Builder keyId(String keyId)
-
nsgIds
public CreateAzureSynapseConnectionDetails.Builder nsgIds(List<String> nsgIds)
-
subnetId
public CreateAzureSynapseConnectionDetails.Builder subnetId(String subnetId)
-
routingMethod
public CreateAzureSynapseConnectionDetails.Builder routingMethod(RoutingMethod routingMethod)
-
doesUseSecretIds
public CreateAzureSynapseConnectionDetails.Builder doesUseSecretIds(Boolean doesUseSecretIds)
-
technologyType
public CreateAzureSynapseConnectionDetails.Builder technologyType(AzureSynapseConnection.TechnologyType technologyType)
The Azure Synapse Analytics technology type.- Parameters:
technologyType
- the value to set- Returns:
- this builder
-
connectionString
public CreateAzureSynapseConnectionDetails.Builder connectionString(String connectionString)
JDBC connection string.e.g.: ‘jdbc:sqlserver://
.sql.azuresynapse.net:1433;database= ;encrypt=true;trustServerCertificate=false;hostNameInCertificate=*.sql.azuresynapse.net;loginTimeout=300;’ - Parameters:
connectionString
- the value to set- Returns:
- this builder
-
username
public CreateAzureSynapseConnectionDetails.Builder username(String username)
The username Oracle GoldenGate uses to connect the associated system of the given technology.This username must already exist and be available by the system/application to be connected to and must conform to the case sensitivty requirments defined in it.
- Parameters:
username
- the value to set- Returns:
- this builder
-
password
public CreateAzureSynapseConnectionDetails.Builder password(String password)
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. Deprecated: This field is deprecated and replaced by “passwordSecretId”. This field will be removed after February 15 2026.
- Parameters:
password
- the value to set- Returns:
- this builder
-
passwordSecretId
public CreateAzureSynapseConnectionDetails.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
-
build
public CreateAzureSynapseConnectionDetails build()
-
copy
public CreateAzureSynapseConnectionDetails.Builder copy(CreateAzureSynapseConnectionDetails model)
-
-