Interface LaunchTemplateCpuOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LaunchTemplateCpuOptions.Builder,LaunchTemplateCpuOptions>,SdkBuilder<LaunchTemplateCpuOptions.Builder,LaunchTemplateCpuOptions>,SdkPojo
- Enclosing class:
- LaunchTemplateCpuOptions
public static interface LaunchTemplateCpuOptions.Builder extends SdkPojo, CopyableBuilder<LaunchTemplateCpuOptions.Builder,LaunchTemplateCpuOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LaunchTemplateCpuOptions.BuilderamdSevSnp(String amdSevSnp)Indicates whether the instance is enabled for AMD SEV-SNP.LaunchTemplateCpuOptions.BuilderamdSevSnp(AmdSevSnpSpecification amdSevSnp)Indicates whether the instance is enabled for AMD SEV-SNP.LaunchTemplateCpuOptions.BuildercoreCount(Integer coreCount)The number of CPU cores for the instance.LaunchTemplateCpuOptions.BuilderthreadsPerCore(Integer threadsPerCore)The number of threads per CPU core.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
coreCount
LaunchTemplateCpuOptions.Builder coreCount(Integer coreCount)
The number of CPU cores for the instance.
- Parameters:
coreCount- The number of CPU cores for the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
threadsPerCore
LaunchTemplateCpuOptions.Builder threadsPerCore(Integer threadsPerCore)
The number of threads per CPU core.
- Parameters:
threadsPerCore- The number of threads per CPU core.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
amdSevSnp
LaunchTemplateCpuOptions.Builder amdSevSnp(String amdSevSnp)
Indicates whether the instance is enabled for AMD SEV-SNP. For more information, see AMD SEV-SNP.
- Parameters:
amdSevSnp- Indicates whether the instance is enabled for AMD SEV-SNP. For more information, see AMD SEV-SNP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AmdSevSnpSpecification,AmdSevSnpSpecification
-
amdSevSnp
LaunchTemplateCpuOptions.Builder amdSevSnp(AmdSevSnpSpecification amdSevSnp)
Indicates whether the instance is enabled for AMD SEV-SNP. For more information, see AMD SEV-SNP.
- Parameters:
amdSevSnp- Indicates whether the instance is enabled for AMD SEV-SNP. For more information, see AMD SEV-SNP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AmdSevSnpSpecification,AmdSevSnpSpecification
-
-