withSize method

Implementation

DatabaseInfoBuilder withSize(final DatabaseSizeOption size) {
  _size = size;
  return this;
}