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 CPU cores for the instance.
|
CpuOptions.Builder |
threadsPerCore(Integer threadsPerCore)
The number of threads per CPU core.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
CpuOptions.Builder coreCount(Integer coreCount)
The number of CPU cores for the instance.
coreCount
- The number of CPU cores for the instance.CpuOptions.Builder threadsPerCore(Integer threadsPerCore)
The number of threads per CPU core.
threadsPerCore
- The number of threads per CPU core.Copyright © 2023. All rights reserved.