UpdateChannelSourceFromMysqlDetails.Builder |
UpdateChannelSourceFromMysqlDetails.Builder.anonymousTransactionsHandling(AnonymousTransactionsHandling anonymousTransactionsHandling) |
|
static UpdateChannelSourceFromMysqlDetails.Builder |
UpdateChannelSourceFromMysqlDetails.builder() |
Create a new builder.
|
UpdateChannelSourceFromMysqlDetails.Builder |
UpdateChannelSourceFromMysqlDetails.Builder.copy(UpdateChannelSourceFromMysqlDetails model) |
|
UpdateChannelSourceFromMysqlDetails.Builder |
UpdateChannelSourceFromMysqlDetails.Builder.hostname(String hostname) |
The network address of the MySQL instance.
|
UpdateChannelSourceFromMysqlDetails.Builder |
UpdateChannelSourceFromMysqlDetails.Builder.password(String password) |
The password for the replication user.
|
UpdateChannelSourceFromMysqlDetails.Builder |
UpdateChannelSourceFromMysqlDetails.Builder.port(Integer port) |
The port the source MySQL instance listens on.
|
UpdateChannelSourceFromMysqlDetails.Builder |
UpdateChannelSourceFromMysqlDetails.Builder.sslCaCertificate(CaCertificate sslCaCertificate) |
|
UpdateChannelSourceFromMysqlDetails.Builder |
UpdateChannelSourceFromMysqlDetails.Builder.sslMode(ChannelSourceMysql.SslMode sslMode) |
The SSL mode of the Channel.
|
UpdateChannelSourceFromMysqlDetails.Builder |
UpdateChannelSourceFromMysqlDetails.toBuilder() |
|
UpdateChannelSourceFromMysqlDetails.Builder |
UpdateChannelSourceFromMysqlDetails.Builder.username(String username) |
The name of the replication user on the source MySQL instance.
|