public static class UpdateChannelTargetFromDbSystemDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateChannelTargetFromDbSystemDetails.Builder |
applierUsername(String applierUsername)
The username for the replication applier of the target MySQL DB System.
|
UpdateChannelTargetFromDbSystemDetails |
build() |
UpdateChannelTargetFromDbSystemDetails.Builder |
channelName(String channelName)
The case-insensitive name that identifies the replication channel.
|
UpdateChannelTargetFromDbSystemDetails.Builder |
copy(UpdateChannelTargetFromDbSystemDetails model) |
UpdateChannelTargetFromDbSystemDetails.Builder |
filters(List<ChannelFilter> filters)
Replication filter rules to be applied at the DB System Channel target.
|
public UpdateChannelTargetFromDbSystemDetails.Builder channelName(String channelName)
The case-insensitive name that identifies the replication channel. Channel names must follow the rules defined for MySQL identifiers. The names of non-Deleted Channels must be unique for each DB System.
channelName
- the value to setpublic UpdateChannelTargetFromDbSystemDetails.Builder applierUsername(String applierUsername)
The username for the replication applier of the target MySQL DB System.
applierUsername
- the value to setpublic UpdateChannelTargetFromDbSystemDetails.Builder filters(List<ChannelFilter> filters)
Replication filter rules to be applied at the DB System Channel target.
filters
- the value to setpublic UpdateChannelTargetFromDbSystemDetails build()
public UpdateChannelTargetFromDbSystemDetails.Builder copy(UpdateChannelTargetFromDbSystemDetails model)
Copyright © 2016–2023. All rights reserved.