withId method

OwnerBuilder withId(
  1. UuidValue id
)

Implementation

OwnerBuilder withId(UuidValue id) {
  _id = id;
  return this;
}