Sets if the service must be shared or not.
$this
public final function share(bool $shared = true) : static { $this->definition ->setShared($shared); return $this; }