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, sdkFieldscopyapplyMutation, buildLaunchTemplateCpuOptions.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 © 2019. All rights reserved.