Sets a file to require before creating the service.
$this
public final function file(string $file) : static { $this->definition ->setFile($file); return $this; }