owner method

Implementation

AdvertisementMetadataBuilder owner(AdvertisementOwner owner) {
  _owner = owner;
  return this;
}