int $attributePerEventCountLimit Maximum allowed attribute per span event count:
public function setAttributePerEventCountLimit(int $attributePerEventCountLimit) : SpanLimitsBuilder { $this->attributePerEventCountLimit = $attributePerEventCountLimit; return $this; }