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.
|
copyapplyMutation, 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.