public static interface LaunchTemplateCpuOptionsRequest.Builder extends SdkPojo, CopyableBuilder<LaunchTemplateCpuOptionsRequest.Builder,LaunchTemplateCpuOptionsRequest>
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateCpuOptionsRequest.Builder |
coreCount(Integer coreCount)
The number of CPU cores for the instance.
|
LaunchTemplateCpuOptionsRequest.Builder |
threadsPerCore(Integer threadsPerCore)
The number of threads per CPU core.
|
copyapplyMutation, buildLaunchTemplateCpuOptionsRequest.Builder coreCount(Integer coreCount)
The number of CPU cores for the instance.
coreCount - The number of CPU cores for the instance.LaunchTemplateCpuOptionsRequest.Builder threadsPerCore(Integer threadsPerCore)
The number of threads per CPU core. To disable Intel Hyper-Threading Technology for the instance, specify a value of 1. Otherwise, specify the default value of 2.
threadsPerCore - The number of threads per CPU core. To disable Intel Hyper-Threading Technology for the instance,
specify a value of 1. Otherwise, specify the default value of 2.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.