public static interface LaunchTemplateCpuOptionsRequest.Builder extends SdkPojo, CopyableBuilder<LaunchTemplateCpuOptionsRequest.Builder,LaunchTemplateCpuOptionsRequest>
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateCpuOptionsRequest.Builder |
amdSevSnp(AmdSevSnpSpecification amdSevSnp)
Indicates whether to enable the instance for AMD SEV-SNP.
|
LaunchTemplateCpuOptionsRequest.Builder |
amdSevSnp(String amdSevSnp)
Indicates whether to enable the instance for AMD SEV-SNP.
|
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, 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 multithreading 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 multithreading for the instance, specify a value of
1. Otherwise, specify the default value of 2.LaunchTemplateCpuOptionsRequest.Builder amdSevSnp(String amdSevSnp)
Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported with M6a, R6a, and C6a instance types only. For more information, see AMD SEV-SNP.
amdSevSnp - Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported with M6a, R6a, and
C6a instance types only. For more information, see AMD SEV-SNP.AmdSevSnpSpecification,
AmdSevSnpSpecificationLaunchTemplateCpuOptionsRequest.Builder amdSevSnp(AmdSevSnpSpecification amdSevSnp)
Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported with M6a, R6a, and C6a instance types only. For more information, see AMD SEV-SNP.
amdSevSnp - Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported with M6a, R6a, and
C6a instance types only. For more information, see AMD SEV-SNP.AmdSevSnpSpecification,
AmdSevSnpSpecificationCopyright © 2023. All rights reserved.