Interface StartMigrationResponse.Builder

  • Method Details

    • migrationId

      StartMigrationResponse.Builder migrationId(String migrationId)

      The unique identifier of the migration job.

      Parameters:
      migrationId - The unique identifier of the migration job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The initial status of the migration job. The status is PENDING when a migration is first created.

      Parameters:
      status - The initial status of the migration job. The status is PENDING when a migration is first created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.