Uses of Interface
software.amazon.awssdk.services.databasemigration.model.MySQLSettings.Builder
Packages that use MySQLSettings.Builder
-
Uses of MySQLSettings.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return MySQLSettings.BuilderModifier and TypeMethodDescriptionMySQLSettings.Builder.afterConnectScript(String afterConnectScript) Specifies a script to run immediately after DMS connects to the endpoint.MySQLSettings.Builder.authenticationMethod(String authenticationMethod) This attribute allows you to specify the authentication method as "iam auth".MySQLSettings.Builder.authenticationMethod(MySQLAuthenticationMethod authenticationMethod) This attribute allows you to specify the authentication method as "iam auth".static MySQLSettings.BuilderMySQLSettings.builder()MySQLSettings.Builder.cleanSourceMetadataOnMismatch(Boolean cleanSourceMetadataOnMismatch) Cleans and recreates table metadata information on the replication instance when a mismatch occurs.MySQLSettings.Builder.databaseName(String databaseName) Database name for the endpoint.MySQLSettings.Builder.eventsPollInterval(Integer eventsPollInterval) Specifies how often to check the binary log for new changes/events when the database is idle.MySQLSettings.Builder.executeTimeout(Integer executeTimeout) Sets the client statement timeout (in seconds) for a MySQL source endpoint.MySQLSettings.Builder.maxFileSize(Integer maxFileSize) Specifies the maximum size (in KB) of any .csv file used to transfer data to a MySQL-compatible database.MySQLSettings.Builder.parallelLoadThreads(Integer parallelLoadThreads) Improves performance when loading data into the MySQL-compatible target database.Endpoint connection password.Endpoint TCP port.MySQLSettings.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.MySQLSettings.Builder.secretsManagerSecretId(String secretsManagerSecretId) The full ARN, partial ARN, or friendly name of theSecretsManagerSecretthat contains the MySQL endpoint connection details.MySQLSettings.Builder.serverName(String serverName) The host name of the endpoint database.MySQLSettings.Builder.serverTimezone(String serverTimezone) Specifies the time zone for the source MySQL database.MySQLSettings.Builder.serviceAccessRoleArn(String serviceAccessRoleArn) The IAM role you can use to authenticate when connecting to your endpoint.MySQLSettings.Builder.targetDbType(String targetDbType) Specifies where to migrate source tables on the target, either to a single database or multiple databases.MySQLSettings.Builder.targetDbType(TargetDbType targetDbType) Specifies where to migrate source tables on the target, either to a single database or multiple databases.MySQLSettings.toBuilder()Endpoint connection user name.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type MySQLSettings.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MySQLSettings.Builder>MySQLSettings.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type MySQLSettings.BuilderModifier and TypeMethodDescriptiondefault CreateEndpointRequest.BuilderCreateEndpointRequest.Builder.mySQLSettings(Consumer<MySQLSettings.Builder> mySQLSettings) Settings in JSON format for the source and target MySQL endpoint.default Endpoint.BuilderEndpoint.Builder.mySQLSettings(Consumer<MySQLSettings.Builder> mySQLSettings) The settings for the MySQL source and target endpoint.default ModifyEndpointRequest.BuilderModifyEndpointRequest.Builder.mySQLSettings(Consumer<MySQLSettings.Builder> mySQLSettings) Settings in JSON format for the source and target MySQL endpoint.