build method

ComputeInfo build()

Implementation

ComputeInfo build() {
  return ComputeInfo(
    cloudCapsuleId: _cloudCapsuleId,
    size: _size,
    minInstances: _minInstances,
    maxInstances: _maxInstances,
    memoryMb: _memoryMb,
  );
}