ManagedMySqlDatabaseBinaryLogInformation.Builder |
ManagedMySqlDatabaseBinaryLogInformation.Builder.binaryLogCompression(String binaryLogCompression) |
Indicates whether compression is enabled for transactions written to binary log files on
the MySQL server.
|
ManagedMySqlDatabaseBinaryLogInformation.Builder |
ManagedMySqlDatabaseBinaryLogInformation.Builder.binaryLogCompressionPercent(Integer binaryLogCompressionPercent) |
The compression ratio for the binary log, expressed as a percentage.
|
ManagedMySqlDatabaseBinaryLogInformation.Builder |
ManagedMySqlDatabaseBinaryLogInformation.Builder.binaryLogFormat(String binaryLogFormat) |
The binary logging format used by the MySQL server.
|
ManagedMySqlDatabaseBinaryLogInformation.Builder |
ManagedMySqlDatabaseBinaryLogInformation.Builder.binaryLogging(String binaryLogging) |
The status of binary logging on the MySQL server.
|
ManagedMySqlDatabaseBinaryLogInformation.Builder |
ManagedMySqlDatabaseBinaryLogInformation.Builder.binaryLogName(String binaryLogName) |
The name of the binary log file.
|
ManagedMySqlDatabaseBinaryLogInformation.Builder |
ManagedMySqlDatabaseBinaryLogInformation.Builder.binaryLogPosition(Long binaryLogPosition) |
The position within the binary log file.
|
static ManagedMySqlDatabaseBinaryLogInformation.Builder |
ManagedMySqlDatabaseBinaryLogInformation.builder() |
Create a new builder.
|
ManagedMySqlDatabaseBinaryLogInformation.Builder |
ManagedMySqlDatabaseBinaryLogInformation.Builder.copy(ManagedMySqlDatabaseBinaryLogInformation model) |
|
ManagedMySqlDatabaseBinaryLogInformation.Builder |
ManagedMySqlDatabaseBinaryLogInformation.toBuilder() |
|