@Generated(value="software.amazon.awssdk:codegen") public final class StartReplicationRequest extends DatabaseMigrationRequest implements ToCopyableBuilder<StartReplicationRequest.Builder,StartReplicationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartReplicationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartReplicationRequest.Builder |
builder() |
String |
cdcStartPosition()
Indicates when you want a change data capture (CDC) operation to start.
|
Instant |
cdcStartTime()
Indicates the start time for a change data capture (CDC) operation.
|
String |
cdcStopPosition()
Indicates when you want a change data capture (CDC) operation to stop.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
replicationConfigArn()
The Amazon Resource Name of the replication for which to start replication.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartReplicationRequest.Builder> |
serializableBuilderClass() |
String |
startReplicationType()
The replication type.
|
StartReplicationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String replicationConfigArn()
The Amazon Resource Name of the replication for which to start replication.
public final String startReplicationType()
The replication type.
public final Instant cdcStartTime()
Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or
CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results
in an error.
CdcStartTime
or CdcStartPosition to specify when you want a CDC operation to start. Specifying both
values results in an error.public final String cdcStartPosition()
Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition
or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in
an error.
The value can be in date, checkpoint, or LSN/SCN format.
CdcStartPosition or CdcStartTime to specify when you want a CDC operation to
start. Specifying both values results in an error.
The value can be in date, checkpoint, or LSN/SCN format.
public final String cdcStopPosition()
Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.
public StartReplicationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartReplicationRequest.Builder,StartReplicationRequest>toBuilder in class DatabaseMigrationRequestpublic static StartReplicationRequest.Builder builder()
public static Class<? extends StartReplicationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.