Interface ComputeConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ComputeConfiguration.Builder,ComputeConfiguration>, SdkBuilder<ComputeConfiguration.Builder,ComputeConfiguration>, SdkPojo
Enclosing class:
ComputeConfiguration

public static interface ComputeConfiguration.Builder extends SdkPojo, CopyableBuilder<ComputeConfiguration.Builder,ComputeConfiguration>
  • Method Details

    • 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.
    • 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.
    • 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.
    • 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.