Class MicrosoftSqlserverConnection.Builder
- java.lang.Object
- 
- com.oracle.bmc.goldengate.model.MicrosoftSqlserverConnection.Builder
 
- 
- Enclosing class:
- MicrosoftSqlserverConnection
 
 public static class MicrosoftSqlserverConnection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic MicrosoftSqlserverConnection.Builder id(String id) 
 - 
displayNamepublic MicrosoftSqlserverConnection.Builder displayName(String displayName) 
 - 
descriptionpublic MicrosoftSqlserverConnection.Builder description(String description) 
 - 
compartmentIdpublic MicrosoftSqlserverConnection.Builder compartmentId(String compartmentId) 
 - 
freeformTagspublic MicrosoftSqlserverConnection.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic MicrosoftSqlserverConnection.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
systemTagspublic MicrosoftSqlserverConnection.Builder systemTags(Map<String,Map<String,Object>> systemTags) 
 - 
lifecycleStatepublic MicrosoftSqlserverConnection.Builder lifecycleState(Connection.LifecycleState lifecycleState) 
 - 
lifecycleDetailspublic MicrosoftSqlserverConnection.Builder lifecycleDetails(String lifecycleDetails) 
 - 
timeCreatedpublic MicrosoftSqlserverConnection.Builder timeCreated(Date timeCreated) 
 - 
timeUpdatedpublic MicrosoftSqlserverConnection.Builder timeUpdated(Date timeUpdated) 
 - 
lockspublic MicrosoftSqlserverConnection.Builder locks(List<ResourceLock> locks) 
 - 
vaultIdpublic MicrosoftSqlserverConnection.Builder vaultId(String vaultId) 
 - 
keyIdpublic MicrosoftSqlserverConnection.Builder keyId(String keyId) 
 - 
ingressIpspublic MicrosoftSqlserverConnection.Builder ingressIps(List<IngressIpDetails> ingressIps) 
 - 
nsgIdspublic MicrosoftSqlserverConnection.Builder nsgIds(List<String> nsgIds) 
 - 
subnetIdpublic MicrosoftSqlserverConnection.Builder subnetId(String subnetId) 
 - 
routingMethodpublic MicrosoftSqlserverConnection.Builder routingMethod(RoutingMethod routingMethod) 
 - 
doesUseSecretIdspublic MicrosoftSqlserverConnection.Builder doesUseSecretIds(Boolean doesUseSecretIds) 
 - 
subscriptionIdpublic MicrosoftSqlserverConnection.Builder subscriptionId(String subscriptionId) 
 - 
clusterPlacementGroupIdpublic MicrosoftSqlserverConnection.Builder clusterPlacementGroupId(String clusterPlacementGroupId) 
 - 
securityAttributespublic MicrosoftSqlserverConnection.Builder securityAttributes(Map<String,Map<String,Object>> securityAttributes) 
 - 
technologyTypepublic MicrosoftSqlserverConnection.Builder technologyType(MicrosoftSqlserverConnection.TechnologyType technologyType) The Microsoft SQL Server technology type.- Parameters:
- technologyType- the value to set
- Returns:
- this builder
 
 - 
usernamepublic MicrosoftSqlserverConnection.Builder username(String username) The username Oracle GoldenGate uses to connect to the Microsoft SQL Server.This username must already exist and be available by the Microsoft SQL Server to be connected to. - Parameters:
- username- the value to set
- Returns:
- this builder
 
 - 
hostpublic MicrosoftSqlserverConnection.Builder host(String host) The name or address of a host.- Parameters:
- host- the value to set
- Returns:
- this builder
 
 - 
portpublic MicrosoftSqlserverConnection.Builder port(Integer port) The port of an endpoint usually specified for a connection.- Parameters:
- port- the value to set
- Returns:
- this builder
 
 - 
databaseNamepublic MicrosoftSqlserverConnection.Builder databaseName(String databaseName) The name of the database.- Parameters:
- databaseName- the value to set
- Returns:
- this builder
 
 - 
additionalAttributespublic MicrosoftSqlserverConnection.Builder additionalAttributes(List<NameValuePair> additionalAttributes) An array of name-value pair attribute entries.Used as additional parameters in connection string. - Parameters:
- additionalAttributes- the value to set
- Returns:
- this builder
 
 - 
securityProtocolpublic MicrosoftSqlserverConnection.Builder securityProtocol(MicrosoftSqlserverConnection.SecurityProtocol securityProtocol) Security Protocol for Microsoft SQL Server.- Parameters:
- securityProtocol- the value to set
- Returns:
- this builder
 
 - 
sslCapublic MicrosoftSqlserverConnection.Builder sslCa(String sslCa) Database Certificate - The base64 encoded content of a .pem or .crt file containing the server public key (for 1-way SSL).- Parameters:
- sslCa- the value to set
- Returns:
- this builder
 
 - 
shouldValidateServerCertificatepublic MicrosoftSqlserverConnection.Builder shouldValidateServerCertificate(Boolean shouldValidateServerCertificate) If set to true, the driver validates the certificate that is sent by the database server.- Parameters:
- shouldValidateServerCertificate- the value to set
- Returns:
- this builder
 
 - 
privateIppublic MicrosoftSqlserverConnection.Builder privateIp(String privateIp) Deprecated: this field will be removed in future versions.Either specify the private IP in the connectionString or host field, or make sure the host name is resolvable in the target VCN. The private IP address of the connection's endpoint in the customer's VCN, typically a database endpoint or a big data endpoint (e.g. Kafka bootstrap server). In case the privateIp is provided, the subnetId must also be provided. In case the privateIp (and the subnetId) is not provided it is assumed the datasource is publicly accessible. In case the connection is accessible only privately, the lack of privateIp will result in not being able to access the connection. - Parameters:
- privateIp- the value to set
- Returns:
- this builder
 
 - 
passwordSecretIdpublic MicrosoftSqlserverConnection.Builder passwordSecretId(String passwordSecretId) The OCID of the Secret that stores the password Oracle GoldenGate uses to connect the associated Microsoft SQL Server.Note: When provided, ‘password’ field must not be provided. - Parameters:
- passwordSecretId- the value to set
- Returns:
- this builder
 
 - 
buildpublic MicrosoftSqlserverConnection build() 
 - 
copypublic MicrosoftSqlserverConnection.Builder copy(MicrosoftSqlserverConnection model) 
 
- 
 
-