tags method

Implementation

CommunityCreatorBuilder tags(List<String> tags) {
  _tags = tags;
  return this;
}