int $attributeValueLengthLimit Maximum allowed attribute value length:
public function setAttributeValueLengthLimit(int $attributeValueLengthLimit) : SpanLimitsBuilder { $this->attributeValueLengthLimit = $attributeValueLengthLimit; return $this; }