Uses of Interface
software.amazon.awssdk.services.databasemigration.model.MicrosoftSQLServerSettings.Builder
Packages that use MicrosoftSQLServerSettings.Builder
-
Uses of MicrosoftSQLServerSettings.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return MicrosoftSQLServerSettings.BuilderModifier and TypeMethodDescriptionMicrosoftSQLServerSettings.Builder.authenticationMethod(String authenticationMethod) Specifies the authentication method to be used with Microsoft SQL Server.MicrosoftSQLServerSettings.Builder.authenticationMethod(SqlServerAuthenticationMethod authenticationMethod) Specifies the authentication method to be used with Microsoft SQL Server.MicrosoftSQLServerSettings.Builder.bcpPacketSize(Integer bcpPacketSize) The maximum size of the packets (in bytes) used to transfer data using BCP.MicrosoftSQLServerSettings.builder()MicrosoftSQLServerSettings.Builder.controlTablesFileGroup(String controlTablesFileGroup) Specifies a file group for the DMS internal tables.MicrosoftSQLServerSettings.Builder.databaseName(String databaseName) Database name for the endpoint.MicrosoftSQLServerSettings.Builder.forceLobLookup(Boolean forceLobLookup) Forces LOB lookup on inline LOB.Endpoint connection password.Endpoint TCP port.MicrosoftSQLServerSettings.Builder.querySingleAlwaysOnNode(Boolean querySingleAlwaysOnNode) Cleans and recreates table metadata information on the replication instance when a mismatch occurs.MicrosoftSQLServerSettings.Builder.readBackupOnly(Boolean readBackupOnly) When this attribute is set toY, DMS only reads changes from transaction log backups and doesn't read from the active transaction log file during ongoing replication.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.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.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 inSecretsManagerSecret.MicrosoftSQLServerSettings.Builder.secretsManagerSecretId(String secretsManagerSecretId) The full ARN, partial ARN, or friendly name of theSecretsManagerSecretthat contains the SQL Server endpoint connection details.MicrosoftSQLServerSettings.Builder.serverName(String serverName) Fully qualified domain name of the endpoint.MicrosoftSQLServerSettings.Builder.tlogAccessMode(String tlogAccessMode) Indicates the mode used to fetch CDC data.MicrosoftSQLServerSettings.Builder.tlogAccessMode(TlogAccessMode tlogAccessMode) Indicates the mode used to fetch CDC data.MicrosoftSQLServerSettings.toBuilder()MicrosoftSQLServerSettings.Builder.trimSpaceInChar(Boolean trimSpaceInChar) Use theTrimSpaceInCharsource endpoint setting to right-trim data on CHAR and NCHAR data types during migration.MicrosoftSQLServerSettings.Builder.useBcpFullLoad(Boolean useBcpFullLoad) Use this to attribute to transfer data for full-load operations using BCP.Endpoint connection user name.MicrosoftSQLServerSettings.Builder.useThirdPartyBackupDevice(Boolean useThirdPartyBackupDevice) When this attribute is set toY, DMS processes third-party transaction log backups if they are created in native format.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type MicrosoftSQLServerSettings.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MicrosoftSQLServerSettings.Builder>MicrosoftSQLServerSettings.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type MicrosoftSQLServerSettings.BuilderModifier and TypeMethodDescriptiondefault CreateEndpointRequest.BuilderCreateEndpointRequest.Builder.microsoftSQLServerSettings(Consumer<MicrosoftSQLServerSettings.Builder> microsoftSQLServerSettings) Settings in JSON format for the source and target Microsoft SQL Server endpoint.default Endpoint.BuilderEndpoint.Builder.microsoftSQLServerSettings(Consumer<MicrosoftSQLServerSettings.Builder> microsoftSQLServerSettings) The settings for the Microsoft SQL Server source and target endpoint.default ModifyEndpointRequest.BuilderModifyEndpointRequest.Builder.microsoftSQLServerSettings(Consumer<MicrosoftSQLServerSettings.Builder> microsoftSQLServerSettings) Settings in JSON format for the source and target Microsoft SQL Server endpoint.