public static class CreateAzureSynapseConnectionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateAzureSynapseConnectionDetails.Builder displayName(String displayName)
public CreateAzureSynapseConnectionDetails.Builder description(String description)
public CreateAzureSynapseConnectionDetails.Builder compartmentId(String compartmentId)
public CreateAzureSynapseConnectionDetails.Builder freeformTags(Map<String,String> freeformTags)
public CreateAzureSynapseConnectionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public CreateAzureSynapseConnectionDetails.Builder locks(List<AddResourceLockDetails> locks)
public CreateAzureSynapseConnectionDetails.Builder vaultId(String vaultId)
public CreateAzureSynapseConnectionDetails.Builder keyId(String keyId)
public CreateAzureSynapseConnectionDetails.Builder nsgIds(List<String> nsgIds)
public CreateAzureSynapseConnectionDetails.Builder subnetId(String subnetId)
public CreateAzureSynapseConnectionDetails.Builder routingMethod(RoutingMethod routingMethod)
public CreateAzureSynapseConnectionDetails.Builder technologyType(AzureSynapseConnection.TechnologyType technologyType)
The Azure Synapse Analytics technology type.
technologyType
- the value to setpublic CreateAzureSynapseConnectionDetails.Builder connectionString(String connectionString)
JDBC connection string. e.g.:
‘jdbc:sqlserver://
connectionString
- the value to setpublic 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.
username
- the value to setpublic 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.
password
- the value to setpublic CreateAzureSynapseConnectionDetails build()
public CreateAzureSynapseConnectionDetails.Builder copy(CreateAzureSynapseConnectionDetails model)
Copyright © 2016–2024. All rights reserved.