Uses of Interface
software.amazon.awssdk.services.databasemigration.model.GcpMySQLSettings.Builder
Packages that use GcpMySQLSettings.Builder
-
Uses of GcpMySQLSettings.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return GcpMySQLSettings.BuilderModifier and TypeMethodDescriptionGcpMySQLSettings.Builder.afterConnectScript(String afterConnectScript) Specifies a script to run immediately after DMS connects to the endpoint.static GcpMySQLSettings.BuilderGcpMySQLSettings.builder()GcpMySQLSettings.Builder.cleanSourceMetadataOnMismatch(Boolean cleanSourceMetadataOnMismatch) Cleans and recreates table metadata information on the replication instance when a mismatch occurs.GcpMySQLSettings.Builder.databaseName(String databaseName) Database name for the endpoint.GcpMySQLSettings.Builder.eventsPollInterval(Integer eventsPollInterval) Specifies how often to check the binary log for new changes/events when the database is idle.GcpMySQLSettings.Builder.maxFileSize(Integer maxFileSize) Specifies the maximum size (in KB) of any .csv file used to transfer data to a MySQL-compatible database.GcpMySQLSettings.Builder.parallelLoadThreads(Integer parallelLoadThreads) Improves performance when loading data into the MySQL-compatible target database.Endpoint connection password.Endpoint TCP port.GcpMySQLSettings.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.The role must allow theiam:PassRoleaction.GcpMySQLSettings.Builder.secretsManagerSecretId(String secretsManagerSecretId) The full ARN, partial ARN, or friendly name of theSecretsManagerSecretthat contains the MySQL endpoint connection details.GcpMySQLSettings.Builder.serverName(String serverName) The MySQL host name.GcpMySQLSettings.Builder.serverTimezone(String serverTimezone) Specifies the time zone for the source MySQL database.GcpMySQLSettings.Builder.targetDbType(String targetDbType) Specifies where to migrate source tables on the target, either to a single database or multiple databases.GcpMySQLSettings.Builder.targetDbType(TargetDbType targetDbType) Specifies where to migrate source tables on the target, either to a single database or multiple databases.GcpMySQLSettings.toBuilder()Endpoint connection user name.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type GcpMySQLSettings.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GcpMySQLSettings.Builder>GcpMySQLSettings.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type GcpMySQLSettings.BuilderModifier and TypeMethodDescriptiondefault CreateEndpointRequest.BuilderCreateEndpointRequest.Builder.gcpMySQLSettings(Consumer<GcpMySQLSettings.Builder> gcpMySQLSettings) Settings in JSON format for the source GCP MySQL endpoint.default Endpoint.BuilderEndpoint.Builder.gcpMySQLSettings(Consumer<GcpMySQLSettings.Builder> gcpMySQLSettings) Settings in JSON format for the source GCP MySQL endpoint.default ModifyEndpointRequest.BuilderModifyEndpointRequest.Builder.gcpMySQLSettings(Consumer<GcpMySQLSettings.Builder> gcpMySQLSettings) Settings in JSON format for the source GCP MySQL endpoint.