public static class UpdateDatabaseToolsConnectionMySqlDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateDatabaseToolsConnectionMySqlDetails.Builder displayName(String displayName)
public UpdateDatabaseToolsConnectionMySqlDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public UpdateDatabaseToolsConnectionMySqlDetails.Builder freeformTags(Map<String,String> freeformTags)
public UpdateDatabaseToolsConnectionMySqlDetails.Builder relatedResource(UpdateDatabaseToolsRelatedResourceMySqlDetails relatedResource)
public UpdateDatabaseToolsConnectionMySqlDetails.Builder connectionString(String connectionString)
The connection string used to connect to the MySQL Server.
connectionString
- the value to setpublic UpdateDatabaseToolsConnectionMySqlDetails.Builder userName(String userName)
The user name.
userName
- the value to setpublic UpdateDatabaseToolsConnectionMySqlDetails.Builder userPassword(DatabaseToolsUserPasswordDetails userPassword)
public UpdateDatabaseToolsConnectionMySqlDetails.Builder advancedProperties(Map<String,String> advancedProperties)
The advanced connection properties key-value pair (e.g., sslMode
).
advancedProperties
- the value to setpublic UpdateDatabaseToolsConnectionMySqlDetails.Builder keyStores(List<DatabaseToolsKeyStoreMySqlDetails> keyStores)
The CA certificate to verify the server’s certificate and the client private key and associated certificate required for client authentication.
keyStores
- the value to setpublic UpdateDatabaseToolsConnectionMySqlDetails.Builder privateEndpointId(String privateEndpointId)
The OCID of the DatabaseToolsPrivateEndpoint used to access the database in the Customer VCN.
privateEndpointId
- the value to setpublic UpdateDatabaseToolsConnectionMySqlDetails build()
public UpdateDatabaseToolsConnectionMySqlDetails.Builder copy(UpdateDatabaseToolsConnectionMySqlDetails model)
Copyright © 2016–2024. All rights reserved.