UpdateChannelTargetFromDbSystemDetails.Builder |
UpdateChannelTargetFromDbSystemDetails.Builder.applierUsername(String applierUsername) |
The username for the replication applier of the target MySQL DB System.
|
static UpdateChannelTargetFromDbSystemDetails.Builder |
UpdateChannelTargetFromDbSystemDetails.builder() |
Create a new builder.
|
UpdateChannelTargetFromDbSystemDetails.Builder |
UpdateChannelTargetFromDbSystemDetails.Builder.channelName(String channelName) |
The case-insensitive name that identifies the replication channel.
|
UpdateChannelTargetFromDbSystemDetails.Builder |
UpdateChannelTargetFromDbSystemDetails.Builder.copy(UpdateChannelTargetFromDbSystemDetails model) |
|
UpdateChannelTargetFromDbSystemDetails.Builder |
UpdateChannelTargetFromDbSystemDetails.Builder.delayInSeconds(Integer delayInSeconds) |
Specifies the amount of time, in seconds, that the channel waits before applying a
transaction received from the source.
|
UpdateChannelTargetFromDbSystemDetails.Builder |
UpdateChannelTargetFromDbSystemDetails.Builder.filters(List<ChannelFilter> filters) |
Replication filter rules to be applied at the DB System Channel target.
|
UpdateChannelTargetFromDbSystemDetails.Builder |
UpdateChannelTargetFromDbSystemDetails.Builder.tablesWithoutPrimaryKeyHandling(ChannelTargetDbSystem.TablesWithoutPrimaryKeyHandling tablesWithoutPrimaryKeyHandling) |
Specifies how a replication channel handles the creation and alteration of tables that do
not have a primary key.
|
UpdateChannelTargetFromDbSystemDetails.Builder |
UpdateChannelTargetFromDbSystemDetails.toBuilder() |
|