public static interface AwsEc2LaunchTemplateDataCpuOptionsDetails.Builder extends SdkPojo, CopyableBuilder<AwsEc2LaunchTemplateDataCpuOptionsDetails.Builder,AwsEc2LaunchTemplateDataCpuOptionsDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEc2LaunchTemplateDataCpuOptionsDetails.Builder |
coreCount(Integer coreCount)
The number of CPU cores for the instance.
|
AwsEc2LaunchTemplateDataCpuOptionsDetails.Builder |
threadsPerCore(Integer threadsPerCore)
The number of threads per CPU core.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEc2LaunchTemplateDataCpuOptionsDetails.Builder coreCount(Integer coreCount)
The number of CPU cores for the instance.
coreCount - The number of CPU cores for the instance.AwsEc2LaunchTemplateDataCpuOptionsDetails.Builder threadsPerCore(Integer threadsPerCore)
The number of threads per CPU core. A value of 1 disables multithreading for the instance, The
default value is 2.
threadsPerCore - The number of threads per CPU core. A value of 1 disables multithreading for the
instance, The default value is 2.Copyright © 2023. All rights reserved.