@inheritDoc
public function setAttributes(iterable $attributes) : self { foreach ($attributes as $key => $value) { $this->attributesBuilder[$key] = $value; } return $this; }