Interface ComputeConfiguration.Builder

  • Method Details

    • vCpu

      The number of vCPU cores in the resource.

      Parameters:
      vCpu - The number of vCPU cores in the resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • memorySizeInMB

      ComputeConfiguration.Builder memorySizeInMB(Integer memorySizeInMB)

      The memory size of the resource.

      Parameters:
      memorySizeInMB - The memory size of the resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • architecture

      ComputeConfiguration.Builder architecture(String architecture)

      The architecture of the resource.

      Parameters:
      architecture - The architecture of the resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • platform

      The platform of the resource. The platform is the specific combination of operating system, license model, and software on an instance.

      Parameters:
      platform - The platform of the resource. The platform is the specific combination of operating system, license model, and software on an instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.