int $attributePerLinkCountLimit Maximum allowed attribute per span link count:
public function setAttributePerLinkCountLimit(int $attributePerLinkCountLimit) : SpanLimitsBuilder { $this->attributePerLinkCountLimit = $attributePerLinkCountLimit; return $this; }