@inheritDoc
public function setStartTimestamp(int $timestampNanos) : API\SpanBuilderInterface { if (0 > $timestampNanos) { return $this; } $this->startEpochNanos = $timestampNanos; return $this; }