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