@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartReplicationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartReplicationRequest() |
Modifier and Type | Method and Description |
---|---|
StartReplicationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCdcStartPosition()
Indicates when you want a change data capture (CDC) operation to start.
|
Date |
getCdcStartTime()
Indicates the start time for a change data capture (CDC) operation.
|
String |
getCdcStopPosition()
Indicates when you want a change data capture (CDC) operation to stop.
|
String |
getReplicationConfigArn()
The Amazon Resource Name of the replication for which to start replication.
|
String |
getStartReplicationType()
The replication type.
|
int |
hashCode() |
void |
setCdcStartPosition(String cdcStartPosition)
Indicates when you want a change data capture (CDC) operation to start.
|
void |
setCdcStartTime(Date cdcStartTime)
Indicates the start time for a change data capture (CDC) operation.
|
void |
setCdcStopPosition(String cdcStopPosition)
Indicates when you want a change data capture (CDC) operation to stop.
|
void |
setReplicationConfigArn(String replicationConfigArn)
The Amazon Resource Name of the replication for which to start replication.
|
void |
setStartReplicationType(String startReplicationType)
The replication type.
|
String |
toString()
Returns a string representation of this object.
|
StartReplicationRequest |
withCdcStartPosition(String cdcStartPosition)
Indicates when you want a change data capture (CDC) operation to start.
|
StartReplicationRequest |
withCdcStartTime(Date cdcStartTime)
Indicates the start time for a change data capture (CDC) operation.
|
StartReplicationRequest |
withCdcStopPosition(String cdcStopPosition)
Indicates when you want a change data capture (CDC) operation to stop.
|
StartReplicationRequest |
withReplicationConfigArn(String replicationConfigArn)
The Amazon Resource Name of the replication for which to start replication.
|
StartReplicationRequest |
withStartReplicationType(String startReplicationType)
The replication type.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setReplicationConfigArn(String replicationConfigArn)
The Amazon Resource Name of the replication for which to start replication.
replicationConfigArn
- The Amazon Resource Name of the replication for which to start replication.public String getReplicationConfigArn()
The Amazon Resource Name of the replication for which to start replication.
public StartReplicationRequest withReplicationConfigArn(String replicationConfigArn)
The Amazon Resource Name of the replication for which to start replication.
replicationConfigArn
- The Amazon Resource Name of the replication for which to start replication.public void setStartReplicationType(String startReplicationType)
The replication type.
startReplicationType
- The replication type.public String getStartReplicationType()
The replication type.
public StartReplicationRequest withStartReplicationType(String startReplicationType)
The replication type.
startReplicationType
- The replication type.public void setCdcStartTime(Date 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
- 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.public Date getCdcStartTime()
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 StartReplicationRequest withCdcStartTime(Date 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
- 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.public void setCdcStartPosition(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
- 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.
public String getCdcStartPosition()
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 StartReplicationRequest withCdcStartPosition(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
- 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.
public void setCdcStopPosition(String cdcStopPosition)
Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.
cdcStopPosition
- Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time
or commit time.public String getCdcStopPosition()
Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.
public StartReplicationRequest withCdcStopPosition(String cdcStopPosition)
Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.
cdcStopPosition
- Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time
or commit time.public String toString()
toString
in class Object
Object.toString()
public StartReplicationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()