public static interface LaunchTemplateCpuOptions.Builder extends SdkPojo, CopyableBuilder<LaunchTemplateCpuOptions.Builder,LaunchTemplateCpuOptions>
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateCpuOptions.Builder |
amdSevSnp(AmdSevSnpSpecification amdSevSnp)
Indicates whether the instance is enabled for AMD SEV-SNP.
|
LaunchTemplateCpuOptions.Builder |
amdSevSnp(String amdSevSnp)
Indicates whether the instance is enabled for AMD SEV-SNP.
|
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.LaunchTemplateCpuOptions.Builder amdSevSnp(String amdSevSnp)
Indicates whether the instance is enabled for AMD SEV-SNP. For more information, see AMD SEV-SNP.
amdSevSnp - Indicates whether the instance is enabled for AMD SEV-SNP. For more information, see AMD SEV-SNP.AmdSevSnpSpecification,
AmdSevSnpSpecificationLaunchTemplateCpuOptions.Builder amdSevSnp(AmdSevSnpSpecification amdSevSnp)
Indicates whether the instance is enabled for AMD SEV-SNP. For more information, see AMD SEV-SNP.
amdSevSnp - Indicates whether the instance is enabled for AMD SEV-SNP. For more information, see AMD SEV-SNP.AmdSevSnpSpecification,
AmdSevSnpSpecificationCopyright © 2023. All rights reserved.