Returns an immutable instance of [Cluster].
public Cluster build()Returns an immutable instance of [Cluster]. Further updates to this [Builder] will not mutate the returned instance. The following fields are required:
.id()
.description()
.level()
.name()
.numRuns()
.stats()
IllegalStateException: if any required field is unset.