public static interface LaunchTemplateCpuOptions.Builder extends SdkPojo, CopyableBuilder<LaunchTemplateCpuOptions.Builder,LaunchTemplateCpuOptions>
Modifier and Type | Method and Description |
---|---|
LaunchTemplateCpuOptions.Builder |
coreCount(Integer coreCount)
The number of CPU cores for the instance.
|
LaunchTemplateCpuOptions.Builder |
threadsPerCore(Integer threadsPerCore)
The number of threads per CPU core.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
LaunchTemplateCpuOptions.Builder coreCount(Integer coreCount)
The number of CPU cores for the instance.
coreCount
- The number of CPU cores for the instance.LaunchTemplateCpuOptions.Builder threadsPerCore(Integer threadsPerCore)
The number of threads per CPU core.
threadsPerCore
- The number of threads per CPU core.Copyright © 2022. All rights reserved.