Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateReplicationTaskRequest.Builder,CreateReplicationTaskRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateReplicationTaskRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateReplicationTaskRequest.Builder,CreateReplicationTaskRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateReplicationTaskRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CreateReplicationTaskRequest.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 |
replicationInstanceArn() |
The Amazon Resource Name (ARN) of the replication instance.
|
String |
replicationTaskIdentifier() |
The replication task identifier.
|
String |
replicationTaskSettings() |
Settings for the task, such as target metadata settings.
|
static Class<? extends CreateReplicationTaskRequest.Builder> |
serializableBuilderClass() |
|
String |
sourceEndpointArn() |
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
|
String |
tableMappings() |
When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings.
|
List<Tag> |
tags() |
Tags to be added to the replication instance.
|
String |
targetEndpointArn() |
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
|
CreateReplicationTaskRequest.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 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 sourceEndpointArn()
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
public String targetEndpointArn()
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
public String replicationInstanceArn()
The Amazon Resource Name (ARN) of the replication instance.
public String migrationType()
The migration type.
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()
Settings for the task, such as target metadata settings. For a complete list of task settings, see Task Settings for AWS Database Migration Service Tasks.
public Date cdcStartTime()
The start time for the Change Data Capture (CDC) operation.
public List<Tag> tags()
Tags to be added to the replication instance.
public CreateReplicationTaskRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateReplicationTaskRequest.Builder,CreateReplicationTaskRequest>
public static CreateReplicationTaskRequest.Builder builder()
public static Class<? extends CreateReplicationTaskRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.