Sets the File entity.
\Drupal\file\FileInterface $file: A file entity.
$this
public function setFile(FileInterface $file) : FileUploadResult { $this->file = $file; return $this; }