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