Returns an immutable instance of [Run].
public Run build()Returns an immutable instance of [Run]. Further updates to this [Builder] will not mutate the returned instance. The following fields are required:
.id()
.appPath()
.dottedOrder()
.name()
.runType()
.sessionId()
.status()
.traceId()
IllegalStateException: if any required field is unset.