Interface CpuOptionsRequest.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CpuOptionsRequest.Builder,,CpuOptionsRequest> SdkBuilder<CpuOptionsRequest.Builder,,CpuOptionsRequest> SdkPojo
- Enclosing class:
CpuOptionsRequest
@Mutable
@NotThreadSafe
public static interface CpuOptionsRequest.Builder
extends SdkPojo, CopyableBuilder<CpuOptionsRequest.Builder,CpuOptionsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionAMD Secure Encrypted Virtualization configuration.amdSevSnp(AmdSevSnpEnum amdSevSnp) AMD Secure Encrypted Virtualization configuration.Number of CPU cores to allocate.nestedVirtualization(String nestedVirtualization) Specifies whether to enable or disable nested virtualization.nestedVirtualization(NestedVirtualizationEnum nestedVirtualization) Specifies whether to enable or disable nested virtualization.threadsPerCore(Integer threadsPerCore) Number of threads per CPU core.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
AMD Secure Encrypted Virtualization configuration.
- Parameters:
amdSevSnp- AMD Secure Encrypted Virtualization configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
amdSevSnp
AMD Secure Encrypted Virtualization configuration.
- Parameters:
amdSevSnp- AMD Secure Encrypted Virtualization configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
coreCount
Number of CPU cores to allocate.
- Parameters:
coreCount- Number of CPU cores to allocate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
threadsPerCore
Number of threads per CPU core.
- Parameters:
threadsPerCore- Number of threads per CPU core.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nestedVirtualization
Specifies whether to enable or disable nested virtualization.
- Parameters:
nestedVirtualization- Specifies whether to enable or disable nested virtualization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nestedVirtualization
Specifies whether to enable or disable nested virtualization.
- Parameters:
nestedVirtualization- Specifies whether to enable or disable nested virtualization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-