ManagedMySqlDatabaseBinaryLogInformation.Builder |
ManagedMySqlDatabaseBinaryLogInformation.Builder.binaryLogCompression(String binaryLogCompression) |
Indicates whether compression is enabled for transactions written to binary log files on
this server.
|
ManagedMySqlDatabaseBinaryLogInformation.Builder |
ManagedMySqlDatabaseBinaryLogInformation.Builder.binaryLogCompressionPercent(Integer binaryLogCompressionPercent) |
The compression ratio for binary log expressed as a percentage.
|
ManagedMySqlDatabaseBinaryLogInformation.Builder |
ManagedMySqlDatabaseBinaryLogInformation.Builder.binaryLogFormat(String binaryLogFormat) |
The binary logging format used by this server.
|
ManagedMySqlDatabaseBinaryLogInformation.Builder |
ManagedMySqlDatabaseBinaryLogInformation.Builder.binaryLogging(String binaryLogging) |
Status of binary logging on this 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() |
|