Interface CpuOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CpuOptions.Builder,
,CpuOptions> SdkBuilder<CpuOptions.Builder,
,CpuOptions> SdkPojo
- Enclosing class:
CpuOptions
@Mutable
@NotThreadSafe
public static interface CpuOptions.Builder
extends SdkPojo, CopyableBuilder<CpuOptions.Builder,CpuOptions>
-
Method Summary
Modifier and TypeMethodDescriptionIndicates whether the instance is enabled for AMD SEV-SNP.amdSevSnp
(AmdSevSnpSpecification amdSevSnp) Indicates whether the instance is enabled for AMD SEV-SNP.The number of CPU cores for the instance.threadsPerCore
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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:
-
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:
-