public static class UpdateMysqlConnectionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateMysqlConnectionDetails.Builder displayName(String displayName)
public UpdateMysqlConnectionDetails.Builder description(String description)
public UpdateMysqlConnectionDetails.Builder freeformTags(Map<String,String> freeformTags)
public UpdateMysqlConnectionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public UpdateMysqlConnectionDetails.Builder vaultId(String vaultId)
public UpdateMysqlConnectionDetails.Builder keyId(String keyId)
public UpdateMysqlConnectionDetails.Builder nsgIds(List<String> nsgIds)
public UpdateMysqlConnectionDetails.Builder subnetId(String subnetId)
public UpdateMysqlConnectionDetails.Builder routingMethod(RoutingMethod routingMethod)
public UpdateMysqlConnectionDetails.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 UpdateMysqlConnectionDetails.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 UpdateMysqlConnectionDetails.Builder host(String host)
The name or address of a host.
host
- the value to setpublic UpdateMysqlConnectionDetails.Builder port(Integer port)
The port of an endpoint usually specified for a connection.
port
- the value to setpublic UpdateMysqlConnectionDetails.Builder databaseName(String databaseName)
The name of the database.
databaseName
- the value to setpublic UpdateMysqlConnectionDetails.Builder securityProtocol(MysqlConnection.SecurityProtocol securityProtocol)
Security Type for MySQL.
securityProtocol
- the value to setpublic UpdateMysqlConnectionDetails.Builder sslMode(MysqlConnection.SslMode sslMode)
SSL modes for MySQL.
sslMode
- the value to setpublic UpdateMysqlConnectionDetails.Builder sslCa(String sslCa)
Database Certificate - The base64 encoded content of a .pem or .crt file. containing the server public key (for 1 and 2-way SSL).
sslCa
- the value to setpublic UpdateMysqlConnectionDetails.Builder sslCrl(String sslCrl)
The base64 encoded list of certificates revoked by the trusted certificate authorities (Trusted CA). Note: This is an optional property and only applicable if TLS/MTLS option is selected.
sslCrl
- the value to setpublic UpdateMysqlConnectionDetails.Builder sslCert(String sslCert)
Client Certificate - The base64 encoded content of a .pem or .crt file. containing the client public key (for 2-way SSL).
sslCert
- the value to setpublic UpdateMysqlConnectionDetails.Builder sslKey(String sslKey)
Client Key – The base64 encoded content of a .pem or .crt file containing the client private key (for 2-way SSL).
sslKey
- the value to setpublic UpdateMysqlConnectionDetails.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.
privateIp
- the value to setpublic UpdateMysqlConnectionDetails.Builder additionalAttributes(List<NameValuePair> additionalAttributes)
An array of name-value pair attribute entries. Used as additional parameters in connection string.
additionalAttributes
- the value to setpublic UpdateMysqlConnectionDetails.Builder dbSystemId(String dbSystemId)
The OCID of the database system being referenced.
dbSystemId
- the value to setpublic UpdateMysqlConnectionDetails build()
public UpdateMysqlConnectionDetails.Builder copy(UpdateMysqlConnectionDetails model)
Copyright © 2016–2024. All rights reserved.