Sets the resources for this configuration.
array<string, ResourceInterface> $resources:
$this
public function setResources(array $resources) : static { if (!$this->trackResources) { return $this; } $this->resources = $resources; return $this; }