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