Interface CPU.Builder

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

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

    • cores

      CPU.Builder cores(Long cores)

      The number of CPU cores.

      Parameters:
      cores - The number of CPU cores.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • modelName

      CPU.Builder modelName(String modelName)

      The model name of the CPU.

      Parameters:
      modelName - The model name of the CPU.
      Returns:
      Returns a reference to this object so that method calls can be chained together.