MicrosoftSQLServerSettings.Builder |
MicrosoftSQLServerSettings.Builder.bcpPacketSize(Integer bcpPacketSize) |
The maximum size of the packets (in bytes) used to transfer data using BCP.
|
static MicrosoftSQLServerSettings.Builder |
MicrosoftSQLServerSettings.builder() |
|
MicrosoftSQLServerSettings.Builder |
MicrosoftSQLServerSettings.Builder.controlTablesFileGroup(String controlTablesFileGroup) |
Specifies a file group for the DMS internal tables.
|
MicrosoftSQLServerSettings.Builder |
MicrosoftSQLServerSettings.Builder.databaseName(String databaseName) |
Database name for the endpoint.
|
MicrosoftSQLServerSettings.Builder |
MicrosoftSQLServerSettings.Builder.forceLobLookup(Boolean forceLobLookup) |
Forces LOB lookup on inline LOB.
|
MicrosoftSQLServerSettings.Builder |
MicrosoftSQLServerSettings.Builder.password(String password) |
Endpoint connection password.
|
MicrosoftSQLServerSettings.Builder |
MicrosoftSQLServerSettings.Builder.port(Integer port) |
Endpoint TCP port.
|
MicrosoftSQLServerSettings.Builder |
MicrosoftSQLServerSettings.Builder.querySingleAlwaysOnNode(Boolean querySingleAlwaysOnNode) |
Cleans and recreates table metadata information on the replication instance when a mismatch occurs.
|
MicrosoftSQLServerSettings.Builder |
MicrosoftSQLServerSettings.Builder.readBackupOnly(Boolean readBackupOnly) |
When this attribute is set to Y, DMS only reads changes from transaction log backups and doesn't
read from the active transaction log file during ongoing replication.
|
MicrosoftSQLServerSettings.Builder |
MicrosoftSQLServerSettings.Builder.safeguardPolicy(String safeguardPolicy) |
Use this attribute to minimize the need to access the backup log and enable DMS to prevent truncation using
one of the following two methods.
|
MicrosoftSQLServerSettings.Builder |
MicrosoftSQLServerSettings.Builder.safeguardPolicy(SafeguardPolicy safeguardPolicy) |
Use this attribute to minimize the need to access the backup log and enable DMS to prevent truncation using
one of the following two methods.
|
MicrosoftSQLServerSettings.Builder |
MicrosoftSQLServerSettings.Builder.secretsManagerAccessRoleArn(String secretsManagerAccessRoleArn) |
The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the
required permissions to access the value in SecretsManagerSecret.
|
MicrosoftSQLServerSettings.Builder |
MicrosoftSQLServerSettings.Builder.secretsManagerSecretId(String secretsManagerSecretId) |
The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the SQL
Server endpoint connection details.
|
MicrosoftSQLServerSettings.Builder |
MicrosoftSQLServerSettings.Builder.serverName(String serverName) |
Fully qualified domain name of the endpoint.
|
MicrosoftSQLServerSettings.Builder |
MicrosoftSQLServerSettings.Builder.tlogAccessMode(String tlogAccessMode) |
Indicates the mode used to fetch CDC data.
|
MicrosoftSQLServerSettings.Builder |
MicrosoftSQLServerSettings.Builder.tlogAccessMode(TlogAccessMode tlogAccessMode) |
Indicates the mode used to fetch CDC data.
|
MicrosoftSQLServerSettings.Builder |
MicrosoftSQLServerSettings.toBuilder() |
|
MicrosoftSQLServerSettings.Builder |
MicrosoftSQLServerSettings.Builder.trimSpaceInChar(Boolean trimSpaceInChar) |
Use the TrimSpaceInChar source endpoint setting to right-trim data on CHAR and NCHAR data types
during migration.
|
MicrosoftSQLServerSettings.Builder |
MicrosoftSQLServerSettings.Builder.useBcpFullLoad(Boolean useBcpFullLoad) |
Use this to attribute to transfer data for full-load operations using BCP.
|
MicrosoftSQLServerSettings.Builder |
MicrosoftSQLServerSettings.Builder.username(String username) |
Endpoint connection user name.
|
MicrosoftSQLServerSettings.Builder |
MicrosoftSQLServerSettings.Builder.useThirdPartyBackupDevice(Boolean useThirdPartyBackupDevice) |
When this attribute is set to Y, DMS processes third-party transaction log backups if they are
created in native format.
|