| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
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 AWS DMS internal tables.
|
MicrosoftSQLServerSettings.Builder |
MicrosoftSQLServerSettings.Builder.databaseName(String databaseName)
Database name for the endpoint.
|
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, AWS 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(SafeguardPolicy safeguardPolicy)
Use this attribute to minimize the need to access the backup log and enable AWS DMS to prevent truncation
using one of the following two methods.
|
MicrosoftSQLServerSettings.Builder |
MicrosoftSQLServerSettings.Builder.safeguardPolicy(String safeguardPolicy)
Use this attribute to minimize the need to access the backup log and enable AWS 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 AWS 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.toBuilder() |
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. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MicrosoftSQLServerSettings.Builder> |
MicrosoftSQLServerSettings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.microsoftSQLServerSettings(Consumer<MicrosoftSQLServerSettings.Builder> microsoftSQLServerSettings)
Settings in JSON format for the source and target Microsoft SQL Server endpoint.
|
default Endpoint.Builder |
Endpoint.Builder.microsoftSQLServerSettings(Consumer<MicrosoftSQLServerSettings.Builder> microsoftSQLServerSettings)
The settings for the Microsoft SQL Server source and target endpoint.
|
default ModifyEndpointRequest.Builder |
ModifyEndpointRequest.Builder.microsoftSQLServerSettings(Consumer<MicrosoftSQLServerSettings.Builder> microsoftSQLServerSettings)
Settings in JSON format for the source and target Microsoft SQL Server endpoint.
|
Copyright © 2021. All rights reserved.