public static interface CpuOptions.Builder extends SdkPojo, CopyableBuilder<CpuOptions.Builder,CpuOptions>
| Modifier and Type | Method and Description |
|---|---|
CpuOptions.Builder |
coreCount(Integer coreCount)
The number of cores that the CPU can use.
|
CpuOptions.Builder |
threadsPerCore(Integer threadsPerCore)
The number of threads per core in the CPU.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCpuOptions.Builder coreCount(Integer coreCount)
The number of cores that the CPU can use.
coreCount - The number of cores that the CPU can use.CpuOptions.Builder threadsPerCore(Integer threadsPerCore)
The number of threads per core in the CPU.
threadsPerCore - The number of threads per core in the CPU.Copyright © 2023. All rights reserved.