static MySqlConfigureRequest |
MySqlConfigureRequest.builder(String connectionUrl) |
A new request builder with connection URL.
|
MySqlConfigureRequest |
MySqlConfigureRequest.maxConnectionLifetime(Duration duration) |
Specifies the maximum amount of time a connection may be reused.
|
MySqlConfigureRequest |
MySqlConfigureRequest.maxIdleConnections(int connections) |
Specifies the maximum number of idle connections to the database.
|
MySqlConfigureRequest |
MySqlConfigureRequest.maxOpenConnections(int connections) |
Specifies the maximum number of open connections to the database.
|
MySqlConfigureRequest |
MySqlConfigureRequest.tlsCa(String tlsCa) |
x509 CA file for validating the certificate presented by the MySQL server.
|
MySqlConfigureRequest |
MySqlConfigureRequest.tlsCertificateKey(String certificateWithKey) |
x509 certificate for connecting to the database.
|