public static class UpdateAzureSynapseConnectionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateAzureSynapseConnectionDetails.Builder displayName(String displayName)
public UpdateAzureSynapseConnectionDetails.Builder description(String description)
public UpdateAzureSynapseConnectionDetails.Builder freeformTags(Map<String,String> freeformTags)
public UpdateAzureSynapseConnectionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public UpdateAzureSynapseConnectionDetails.Builder vaultId(String vaultId)
public UpdateAzureSynapseConnectionDetails.Builder keyId(String keyId)
public UpdateAzureSynapseConnectionDetails.Builder nsgIds(List<String> nsgIds)
public UpdateAzureSynapseConnectionDetails.Builder subnetId(String subnetId)
public UpdateAzureSynapseConnectionDetails.Builder routingMethod(RoutingMethod routingMethod)
public UpdateAzureSynapseConnectionDetails.Builder connectionString(String connectionString)
JDBC connection string. e.g.:
‘jdbc:sqlserver://
connectionString
- the value to setpublic UpdateAzureSynapseConnectionDetails.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 UpdateAzureSynapseConnectionDetails.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 UpdateAzureSynapseConnectionDetails build()
public UpdateAzureSynapseConnectionDetails.Builder copy(UpdateAzureSynapseConnectionDetails model)
Copyright © 2016–2024. All rights reserved.