Interface HostCpuOptionsRequest.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<HostCpuOptionsRequest.Builder,,HostCpuOptionsRequest> SdkBuilder<HostCpuOptionsRequest.Builder,,HostCpuOptionsRequest> SdkPojo
- Enclosing class:
HostCpuOptionsRequest
@Mutable
@NotThreadSafe
public static interface HostCpuOptionsRequest.Builder
extends SdkPojo, CopyableBuilder<HostCpuOptionsRequest.Builder,HostCpuOptionsRequest>
-
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:
-