Returns an immutable instance of [RunSchema].
public RunSchema build()Returns an immutable instance of [RunSchema]. 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.