@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyReplicationTaskRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ModifyReplicationTaskRequest() |
| Modifier and Type | Method and Description |
|---|---|
ModifyReplicationTaskRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
Date |
getCdcStartTime()
The start time for the Change Data Capture (CDC) operation.
|
String |
getMigrationType()
The migration type.
|
String |
getReplicationTaskArn()
The Amazon Resource Name (ARN) of the replication task.
|
String |
getReplicationTaskIdentifier()
The replication task identifier.
|
String |
getReplicationTaskSettings()
JSON file that contains settings for the task, such as target metadata settings.
|
String |
getTableMappings()
The path of the JSON file that contains the table mappings.
|
int |
hashCode() |
void |
setCdcStartTime(Date cdcStartTime)
The start time for the Change Data Capture (CDC) operation.
|
void |
setMigrationType(MigrationTypeValue migrationType)
The migration type.
|
void |
setMigrationType(String migrationType)
The migration type.
|
void |
setReplicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication task.
|
void |
setReplicationTaskIdentifier(String replicationTaskIdentifier)
The replication task identifier.
|
void |
setReplicationTaskSettings(String replicationTaskSettings)
JSON file that contains settings for the task, such as target metadata settings.
|
void |
setTableMappings(String tableMappings)
The path of the JSON file that contains the table mappings.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ModifyReplicationTaskRequest |
withCdcStartTime(Date cdcStartTime)
The start time for the Change Data Capture (CDC) operation.
|
ModifyReplicationTaskRequest |
withMigrationType(MigrationTypeValue migrationType)
The migration type.
|
ModifyReplicationTaskRequest |
withMigrationType(String migrationType)
The migration type.
|
ModifyReplicationTaskRequest |
withReplicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication task.
|
ModifyReplicationTaskRequest |
withReplicationTaskIdentifier(String replicationTaskIdentifier)
The replication task identifier.
|
ModifyReplicationTaskRequest |
withReplicationTaskSettings(String replicationTaskSettings)
JSON file that contains settings for the task, such as target metadata settings.
|
ModifyReplicationTaskRequest |
withTableMappings(String tableMappings)
The path of the JSON file that contains the table mappings.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setReplicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication task.
replicationTaskArn - The Amazon Resource Name (ARN) of the replication task.public String getReplicationTaskArn()
The Amazon Resource Name (ARN) of the replication task.
public ModifyReplicationTaskRequest withReplicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication task.
replicationTaskArn - The Amazon Resource Name (ARN) of the replication task.public void setReplicationTaskIdentifier(String replicationTaskIdentifier)
The replication task identifier.
Constraints:
Must contain from 1 to 63 alphanumeric characters or hyphens.
First character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
replicationTaskIdentifier - The replication task identifier.
Constraints:
Must contain from 1 to 63 alphanumeric characters or hyphens.
First character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
public String getReplicationTaskIdentifier()
The replication task identifier.
Constraints:
Must contain from 1 to 63 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 63 alphanumeric characters or hyphens.
First character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
public ModifyReplicationTaskRequest withReplicationTaskIdentifier(String replicationTaskIdentifier)
The replication task identifier.
Constraints:
Must contain from 1 to 63 alphanumeric characters or hyphens.
First character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
replicationTaskIdentifier - The replication task identifier.
Constraints:
Must contain from 1 to 63 alphanumeric characters or hyphens.
First character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
public void setMigrationType(String migrationType)
The migration type.
Valid values: full-load | cdc | full-load-and-cdc
migrationType - The migration type.
Valid values: full-load | cdc | full-load-and-cdc
MigrationTypeValuepublic String getMigrationType()
The migration type.
Valid values: full-load | cdc | full-load-and-cdc
Valid values: full-load | cdc | full-load-and-cdc
MigrationTypeValuepublic ModifyReplicationTaskRequest withMigrationType(String migrationType)
The migration type.
Valid values: full-load | cdc | full-load-and-cdc
migrationType - The migration type.
Valid values: full-load | cdc | full-load-and-cdc
MigrationTypeValuepublic void setMigrationType(MigrationTypeValue migrationType)
The migration type.
Valid values: full-load | cdc | full-load-and-cdc
migrationType - The migration type.
Valid values: full-load | cdc | full-load-and-cdc
MigrationTypeValuepublic ModifyReplicationTaskRequest withMigrationType(MigrationTypeValue migrationType)
The migration type.
Valid values: full-load | cdc | full-load-and-cdc
migrationType - The migration type.
Valid values: full-load | cdc | full-load-and-cdc
MigrationTypeValuepublic void setTableMappings(String tableMappings)
The path of the JSON file that contains the table mappings. Preceed the path with "file://".
For example, --table-mappings file://mappingfile.json
tableMappings - The path of the JSON file that contains the table mappings. Preceed the path with "file://".
For example, --table-mappings file://mappingfile.json
public String getTableMappings()
The path of the JSON file that contains the table mappings. Preceed the path with "file://".
For example, --table-mappings file://mappingfile.json
For example, --table-mappings file://mappingfile.json
public ModifyReplicationTaskRequest withTableMappings(String tableMappings)
The path of the JSON file that contains the table mappings. Preceed the path with "file://".
For example, --table-mappings file://mappingfile.json
tableMappings - The path of the JSON file that contains the table mappings. Preceed the path with "file://".
For example, --table-mappings file://mappingfile.json
public void setReplicationTaskSettings(String replicationTaskSettings)
JSON file that contains settings for the task, such as target metadata settings.
replicationTaskSettings - JSON file that contains settings for the task, such as target metadata settings.public String getReplicationTaskSettings()
JSON file that contains settings for the task, such as target metadata settings.
public ModifyReplicationTaskRequest withReplicationTaskSettings(String replicationTaskSettings)
JSON file that contains settings for the task, such as target metadata settings.
replicationTaskSettings - JSON file that contains settings for the task, such as target metadata settings.public void setCdcStartTime(Date cdcStartTime)
The start time for the Change Data Capture (CDC) operation.
cdcStartTime - The start time for the Change Data Capture (CDC) operation.public Date getCdcStartTime()
The start time for the Change Data Capture (CDC) operation.
public ModifyReplicationTaskRequest withCdcStartTime(Date cdcStartTime)
The start time for the Change Data Capture (CDC) operation.
cdcStartTime - The start time for the Change Data Capture (CDC) operation.public String toString()
toString in class ObjectObject.toString()public ModifyReplicationTaskRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.