RelativePath = $relativePath; return $this; } public function Build(): DirectoryQuery { self::ValidateValues(target: $this); $builder = "DIRECTORY " . $this->RelativePath; return new DirectoryQuery(queryString: $builder); } }