@Generated(value="OracleSDKGenerator", comments="API Version: 20190415") public final class UpdateChannelSourceFromMysqlDetails extends UpdateChannelSourceDetails
Parameters detailing how to provision the source endpoint that is a MySQL Server. Typically a
MySQL Server that is not managed by the MySQL Database Service.
Note: Objects should always be created or deserialized using the UpdateChannelSourceFromMysqlDetails.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the UpdateChannelSourceFromMysqlDetails.Builder
, which maintain a
set of all explicitly set fields called UpdateChannelSourceFromMysqlDetails.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
UpdateChannelSourceFromMysqlDetails.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
UpdateChannelSourceFromMysqlDetails(String hostname,
Integer port,
String username,
String password,
ChannelSourceMysql.SslMode sslMode,
CaCertificate sslCaCertificate,
AnonymousTransactionsHandling anonymousTransactionsHandling)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static UpdateChannelSourceFromMysqlDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
AnonymousTransactionsHandling |
getAnonymousTransactionsHandling() |
String |
getHostname()
The network address of the MySQL instance.
|
String |
getPassword()
The password for the replication user.
|
Integer |
getPort()
The port the source MySQL instance listens on.
|
CaCertificate |
getSslCaCertificate() |
ChannelSourceMysql.SslMode |
getSslMode()
The SSL mode of the Channel.
|
String |
getUsername()
The name of the replication user on the source MySQL instance.
|
int |
hashCode() |
UpdateChannelSourceFromMysqlDetails.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public UpdateChannelSourceFromMysqlDetails(String hostname, Integer port, String username, String password, ChannelSourceMysql.SslMode sslMode, CaCertificate sslCaCertificate, AnonymousTransactionsHandling anonymousTransactionsHandling)
public static UpdateChannelSourceFromMysqlDetails.Builder builder()
Create a new builder.
public UpdateChannelSourceFromMysqlDetails.Builder toBuilder()
public String getHostname()
The network address of the MySQL instance.
public Integer getPort()
The port the source MySQL instance listens on.
public String getUsername()
The name of the replication user on the source MySQL instance. The username has a maximum length of 96 characters. For more information, please see the MySQL documentation
public String getPassword()
The password for the replication user. The password must be between 8 and 32 characters long, and must contain at least 1 numeric character, 1 lowercase character, 1 uppercase character, and 1 special (nonalphanumeric) character.
public ChannelSourceMysql.SslMode getSslMode()
The SSL mode of the Channel.
public CaCertificate getSslCaCertificate()
public AnonymousTransactionsHandling getAnonymousTransactionsHandling()
public String toString()
toString
in class UpdateChannelSourceDetails
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class UpdateChannelSourceDetails
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class UpdateChannelSourceDetails
public int hashCode()
hashCode
in class UpdateChannelSourceDetails
Copyright © 2016–2024. All rights reserved.