setPath($path); } /** * Set the nested path for this aggregation. * * @return $this */ public function setPath(string $path): self { return $this->setParam('path', $path); } }