Package | Description |
---|---|
com.oracle.bmc.mysql.model |
Modifier and Type | Method and Description |
---|---|
CreateChannelTargetFromDbSystemDetails.Builder |
CreateChannelTargetFromDbSystemDetails.Builder.applierUsername(String applierUsername)
The username for the replication applier of the target MySQL DB System.
|
static CreateChannelTargetFromDbSystemDetails.Builder |
CreateChannelTargetFromDbSystemDetails.builder()
Create a new builder.
|
CreateChannelTargetFromDbSystemDetails.Builder |
CreateChannelTargetFromDbSystemDetails.Builder.channelName(String channelName)
The case-insensitive name that identifies the replication channel.
|
CreateChannelTargetFromDbSystemDetails.Builder |
CreateChannelTargetFromDbSystemDetails.Builder.copy(CreateChannelTargetFromDbSystemDetails model) |
CreateChannelTargetFromDbSystemDetails.Builder |
CreateChannelTargetFromDbSystemDetails.Builder.dbSystemId(String dbSystemId)
The OCID of the target DB System.
|
CreateChannelTargetFromDbSystemDetails.Builder |
CreateChannelTargetFromDbSystemDetails.Builder.delayInSeconds(Integer delayInSeconds)
Specifies the amount of time, in seconds, that the channel waits before applying a
transaction received from the source.
|
CreateChannelTargetFromDbSystemDetails.Builder |
CreateChannelTargetFromDbSystemDetails.Builder.filters(List<ChannelFilter> filters)
Replication filter rules to be applied at the DB System Channel target.
|
CreateChannelTargetFromDbSystemDetails.Builder |
CreateChannelTargetFromDbSystemDetails.Builder.tablesWithoutPrimaryKeyHandling(ChannelTargetDbSystem.TablesWithoutPrimaryKeyHandling tablesWithoutPrimaryKeyHandling)
Specifies how a replication channel handles the creation and alteration of tables that do
not have a primary key.
|
CreateChannelTargetFromDbSystemDetails.Builder |
CreateChannelTargetFromDbSystemDetails.toBuilder() |
Copyright © 2016–2024. All rights reserved.