Class MigrateMySqlRequest


  • public final class MigrateMySqlRequest
    extends ProxyOnlyResource
    MySQL migration request.
    • Constructor Detail

      • MigrateMySqlRequest

        public MigrateMySqlRequest()
    • Method Detail

      • connectionString

        public String connectionString()
        Get the connectionString property: Connection string to the remote MySQL database.
        Returns:
        the connectionString value.
      • withConnectionString

        public MigrateMySqlRequest withConnectionString​(String connectionString)
        Set the connectionString property: Connection string to the remote MySQL database.
        Parameters:
        connectionString - the connectionString value to set.
        Returns:
        the MigrateMySqlRequest object itself.
      • migrationType

        public MySqlMigrationType migrationType()
        Get the migrationType property: The type of migration operation to be done.
        Returns:
        the migrationType value.
      • withMigrationType

        public MigrateMySqlRequest withMigrationType​(MySqlMigrationType migrationType)
        Set the migrationType property: The type of migration operation to be done.
        Parameters:
        migrationType - the migrationType value to set.
        Returns:
        the MigrateMySqlRequest object itself.