cluster_name)) { throw new RuntimeException('Missing parameter for the endpoint security.delete_distinguished_names'); } return "/_plugins/_security/api/nodesdn/$this->cluster_name"; } public function getMethod(): string { return 'DELETE'; } /** * @param string|null $cluster_name * @return DeleteDistinguishedNames */ public function setClusterName(?string $cluster_name): DeleteDistinguishedNames { $this->cluster_name = $cluster_name; return $this; } }