Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ModifyReplicationTaskRequest.Builder,ModifyReplicationTaskRequest>
@Generated("software.amazon.awssdk:codegen") public class ModifyReplicationTaskRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ModifyReplicationTaskRequest.Builder,ModifyReplicationTaskRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ModifyReplicationTaskRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ModifyReplicationTaskRequest.Builder |
builder() |
|
Date |
cdcStartTime() |
The start time for the Change Data Capture (CDC) operation.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
migrationType() |
The migration type.
|
String |
replicationTaskArn() |
The Amazon Resource Name (ARN) of the replication task.
|
String |
replicationTaskIdentifier() |
The replication task identifier.
|
String |
replicationTaskSettings() |
JSON file that contains settings for the task, such as target metadata settings.
|
static Class<? extends ModifyReplicationTaskRequest.Builder> |
serializableBuilderClass() |
|
String |
tableMappings() |
When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings.
|
ModifyReplicationTaskRequest.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 Name (ARN) of the replication task.
public String replicationTaskIdentifier()
The replication task identifier.
Constraints:
Must contain from 1 to 255 alphanumeric characters or hyphens.
First character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
Constraints:
Must contain from 1 to 255 alphanumeric characters or hyphens.
First character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
public String migrationType()
The migration type.
Valid values: full-load | cdc | full-load-and-cdc
Valid values: full-load | cdc | full-load-and-cdc
MigrationTypeValue
public String tableMappings()
When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with "file://". When working with the DMS API, provide the JSON as the parameter value.
For example, --table-mappings file://mappingfile.json
For example, --table-mappings file://mappingfile.json
public String replicationTaskSettings()
JSON file that contains settings for the task, such as target metadata settings.
public Date cdcStartTime()
The start time for the Change Data Capture (CDC) operation.
public ModifyReplicationTaskRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ModifyReplicationTaskRequest.Builder,ModifyReplicationTaskRequest>
public static ModifyReplicationTaskRequest.Builder builder()
public static Class<? extends ModifyReplicationTaskRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.