public static class UpdateMySqlInitialLoadSettings.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateMySqlInitialLoadSettings |
build() |
UpdateMySqlInitialLoadSettings.Builder |
compatibility(List<CompatibilityOption> compatibility)
Apply the specified requirements for compatibility with MySQL Database Service for all
tables in the dump output, altering the dump files as necessary.
|
UpdateMySqlInitialLoadSettings.Builder |
copy(UpdateMySqlInitialLoadSettings model) |
UpdateMySqlInitialLoadSettings.Builder |
handleGrantErrors(HandleGrantErrors handleGrantErrors)
The action taken in the event of errors related to GRANT or REVOKE errors.
|
UpdateMySqlInitialLoadSettings.Builder |
isConsistent(Boolean isConsistent)
Enable (true) or disable (false) consistent data dumps by locking the instance for backup
during the dump.
|
UpdateMySqlInitialLoadSettings.Builder |
isIgnoreExistingObjects(Boolean isIgnoreExistingObjects)
Import the dump even if it contains objects that already exist in the target schema in
the MySQL instance.
|
UpdateMySqlInitialLoadSettings.Builder |
isTzUtc(Boolean isTzUtc)
Include a statement at the start of the dump to set the time zone to UTC.
|
UpdateMySqlInitialLoadSettings.Builder |
jobMode(JobModeMySql jobMode)
MySql Job Mode
|
UpdateMySqlInitialLoadSettings.Builder |
primaryKeyCompatibility(PrimaryKeyCompatibility primaryKeyCompatibility)
Primary key compatibility option
|
public UpdateMySqlInitialLoadSettings.Builder isConsistent(Boolean isConsistent)
Enable (true) or disable (false) consistent data dumps by locking the instance for backup during the dump.
isConsistent
- the value to setpublic UpdateMySqlInitialLoadSettings.Builder isTzUtc(Boolean isTzUtc)
Include a statement at the start of the dump to set the time zone to UTC.
isTzUtc
- the value to setpublic UpdateMySqlInitialLoadSettings.Builder compatibility(List<CompatibilityOption> compatibility)
Apply the specified requirements for compatibility with MySQL Database Service for all tables in the dump output, altering the dump files as necessary.
compatibility
- the value to setpublic UpdateMySqlInitialLoadSettings.Builder primaryKeyCompatibility(PrimaryKeyCompatibility primaryKeyCompatibility)
Primary key compatibility option
primaryKeyCompatibility
- the value to setpublic UpdateMySqlInitialLoadSettings.Builder isIgnoreExistingObjects(Boolean isIgnoreExistingObjects)
Import the dump even if it contains objects that already exist in the target schema in the MySQL instance.
isIgnoreExistingObjects
- the value to setpublic UpdateMySqlInitialLoadSettings.Builder handleGrantErrors(HandleGrantErrors handleGrantErrors)
The action taken in the event of errors related to GRANT or REVOKE errors.
handleGrantErrors
- the value to setpublic UpdateMySqlInitialLoadSettings.Builder jobMode(JobModeMySql jobMode)
MySql Job Mode
jobMode
- the value to setpublic UpdateMySqlInitialLoadSettings build()
public UpdateMySqlInitialLoadSettings.Builder copy(UpdateMySqlInitialLoadSettings model)
Copyright © 2016–2024. All rights reserved.