Cloneable
, ReadLimitInfo
, ToCopyableBuilder<StartReplicationTaskRequest.Builder,StartReplicationTaskRequest>
@Generated("software.amazon.awssdk:codegen") public class StartReplicationTaskRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<StartReplicationTaskRequest.Builder,StartReplicationTaskRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
StartReplicationTaskRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static StartReplicationTaskRequest.Builder |
builder() |
|
Date |
cdcStartTime() |
The start time for the Change Data Capture (CDC) operation.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
replicationTaskArn() |
The Amazon Resource Number (ARN) of the replication task to be started.
|
static Class<? extends StartReplicationTaskRequest.Builder> |
serializableBuilderClass() |
|
String |
startReplicationTaskType() |
The type of replication task.
|
StartReplicationTaskRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String replicationTaskArn()
The Amazon Resource Number (ARN) of the replication task to be started.
public String startReplicationTaskType()
The type of replication task.
StartReplicationTaskTypeValue
public Date cdcStartTime()
The start time for the Change Data Capture (CDC) operation.
public StartReplicationTaskRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StartReplicationTaskRequest.Builder,StartReplicationTaskRequest>
public static StartReplicationTaskRequest.Builder builder()
public static Class<? extends StartReplicationTaskRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.