public static interface CPU.Builder extends SdkPojo, CopyableBuilder<CPU.Builder,CPU>
| Modifier and Type | Method and Description |
|---|---|
CPU.Builder |
cores(Long cores)
The number of CPU cores.
|
CPU.Builder |
modelName(String modelName)
The model name of the CPU.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCPU.Builder cores(Long cores)
The number of CPU cores.
cores - The number of CPU cores.CPU.Builder modelName(String modelName)
The model name of the CPU.
modelName - The model name of the CPU.Copyright © 2023. All rights reserved.