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