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