Returns an immutable instance of [RepoWithLookups].
public RepoWithLookups build()Returns an immutable instance of [RepoWithLookups]. Further updates to this [Builder] will not mutate the returned instance. The following fields are required:
.id()
.createdAt()
.fullName()
.isArchived()
.isPublic()
.numCommits()
.numDownloads()
.numLikes()
.numViews()
.owner()
.repoHandle()
.tags()
.tenantId()
.updatedAt()
IllegalStateException: if any required field is unset.