Interface HostCpuOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<HostCpuOptions.Builder,,HostCpuOptions> SdkBuilder<HostCpuOptions.Builder,,HostCpuOptions> SdkPojo
- Enclosing class:
HostCpuOptions
@Mutable
@NotThreadSafe
public static interface HostCpuOptions.Builder
extends SdkPojo, CopyableBuilder<HostCpuOptions.Builder,HostCpuOptions>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies whether AMD Secure Encrypted Virtualization-Secure Nested Paging (AMD SEV-SNP) is enabled or disabled for the Dedicated Host.Specifies whether AMD Secure Encrypted Virtualization-Secure Nested Paging (AMD SEV-SNP) is enabled or disabled for the Dedicated Host.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
amdSevSnp
Specifies whether AMD Secure Encrypted Virtualization-Secure Nested Paging (AMD SEV-SNP) is enabled or disabled for the Dedicated Host. If you don't specify a value, AMD SEV-SNP is
disabled.- Parameters:
amdSevSnp- Specifies whether AMD Secure Encrypted Virtualization-Secure Nested Paging (AMD SEV-SNP) is enabled or disabled for the Dedicated Host. If you don't specify a value, AMD SEV-SNP isdisabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
amdSevSnp
Specifies whether AMD Secure Encrypted Virtualization-Secure Nested Paging (AMD SEV-SNP) is enabled or disabled for the Dedicated Host. If you don't specify a value, AMD SEV-SNP is
disabled.- Parameters:
amdSevSnp- Specifies whether AMD Secure Encrypted Virtualization-Secure Nested Paging (AMD SEV-SNP) is enabled or disabled for the Dedicated Host. If you don't specify a value, AMD SEV-SNP isdisabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-