Sets the arguments to pass to the service constructor/factory method.
$this
public function setArguments(array $arguments) : static { $this->arguments = $arguments; return $this; }