withSize method

Implementation

ComputeInfoBuilder withSize(final ComputeSizeOption size) {
  _size = size;
  return this;
}