Package com.oracle.bmc.goldengate.model
Class AzureSynapseConnection.Builder
- java.lang.Object
- 
- com.oracle.bmc.goldengate.model.AzureSynapseConnection.Builder
 
- 
- Enclosing class:
- AzureSynapseConnection
 
 public static class AzureSynapseConnection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic AzureSynapseConnection.Builder id(String id) 
 - 
displayNamepublic AzureSynapseConnection.Builder displayName(String displayName) 
 - 
descriptionpublic AzureSynapseConnection.Builder description(String description) 
 - 
compartmentIdpublic AzureSynapseConnection.Builder compartmentId(String compartmentId) 
 - 
freeformTagspublic AzureSynapseConnection.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic AzureSynapseConnection.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
systemTagspublic AzureSynapseConnection.Builder systemTags(Map<String,Map<String,Object>> systemTags) 
 - 
lifecycleStatepublic AzureSynapseConnection.Builder lifecycleState(Connection.LifecycleState lifecycleState) 
 - 
lifecycleDetailspublic AzureSynapseConnection.Builder lifecycleDetails(String lifecycleDetails) 
 - 
timeCreatedpublic AzureSynapseConnection.Builder timeCreated(Date timeCreated) 
 - 
timeUpdatedpublic AzureSynapseConnection.Builder timeUpdated(Date timeUpdated) 
 - 
lockspublic AzureSynapseConnection.Builder locks(List<ResourceLock> locks) 
 - 
vaultIdpublic AzureSynapseConnection.Builder vaultId(String vaultId) 
 - 
keyIdpublic AzureSynapseConnection.Builder keyId(String keyId) 
 - 
ingressIpspublic AzureSynapseConnection.Builder ingressIps(List<IngressIpDetails> ingressIps) 
 - 
nsgIdspublic AzureSynapseConnection.Builder nsgIds(List<String> nsgIds) 
 - 
subnetIdpublic AzureSynapseConnection.Builder subnetId(String subnetId) 
 - 
routingMethodpublic AzureSynapseConnection.Builder routingMethod(RoutingMethod routingMethod) 
 - 
doesUseSecretIdspublic AzureSynapseConnection.Builder doesUseSecretIds(Boolean doesUseSecretIds) 
 - 
subscriptionIdpublic AzureSynapseConnection.Builder subscriptionId(String subscriptionId) 
 - 
clusterPlacementGroupIdpublic AzureSynapseConnection.Builder clusterPlacementGroupId(String clusterPlacementGroupId) 
 - 
securityAttributespublic AzureSynapseConnection.Builder securityAttributes(Map<String,Map<String,Object>> securityAttributes) 
 - 
technologyTypepublic AzureSynapseConnection.Builder technologyType(AzureSynapseConnection.TechnologyType technologyType) The Azure Synapse Analytics technology type.- Parameters:
- technologyType- the value to set
- Returns:
- this builder
 
 - 
connectionStringpublic AzureSynapseConnection.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
 
 - 
usernamepublic AzureSynapseConnection.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
 
 - 
passwordSecretIdpublic AzureSynapseConnection.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
 
 - 
buildpublic AzureSynapseConnection build() 
 - 
copypublic AzureSynapseConnection.Builder copy(AzureSynapseConnection model) 
 
- 
 
-