public static class ChannelTargetDbSystem.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ChannelTargetDbSystem.Builder |
applierUsername(String applierUsername)
The username for the replication applier of the target MySQL DB System.
|
ChannelTargetDbSystem |
build() |
ChannelTargetDbSystem.Builder |
channelName(String channelName)
The case-insensitive name that identifies the replication channel.
|
ChannelTargetDbSystem.Builder |
copy(ChannelTargetDbSystem o) |
ChannelTargetDbSystem.Builder |
dbSystemId(String dbSystemId)
The OCID of the source DB System.
|
public ChannelTargetDbSystem.Builder dbSystemId(String dbSystemId)
The OCID of the source DB System.
dbSystemId
- the value to setpublic ChannelTargetDbSystem.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 ChannelTargetDbSystem.Builder applierUsername(String applierUsername)
The username for the replication applier of the target MySQL DB System.
applierUsername
- the value to setpublic ChannelTargetDbSystem build()
public ChannelTargetDbSystem.Builder copy(ChannelTargetDbSystem o)
Copyright © 2016–2022. All rights reserved.