Constructs an UpdateBuildIdCommand object.
string $old: The old build_id.
string $new: The new build_id.
public function __construct($old, $new) { $this->old = $old; $this->new = $new; }