Class CpuOptions
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CpuOptions.Builder,CpuOptions>
The CPU options for the instance.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal AmdSevSnpSpecificationIndicates whether the instance is enabled for AMD SEV-SNP.final StringIndicates whether the instance is enabled for AMD SEV-SNP.static CpuOptions.Builderbuilder()final IntegerThe number of CPU cores for the instance.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()Indicates whether the instance is enabled for nested virtualization.final StringIndicates whether the instance is enabled for nested virtualization.static Class<? extends CpuOptions.Builder>final IntegerThe number of threads per CPU core.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
coreCount
The number of CPU cores for the instance.
- Returns:
- The number of CPU cores for the instance.
-
threadsPerCore
The number of threads per CPU core.
- Returns:
- The number of threads per CPU core.
-
amdSevSnp
Indicates whether the instance is enabled for AMD SEV-SNP. For more information, see AMD SEV-SNP.
If the service returns an enum value that is not available in the current SDK version,
amdSevSnpwill returnAmdSevSnpSpecification.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromamdSevSnpAsString().- Returns:
- Indicates whether the instance is enabled for AMD SEV-SNP. For more information, see AMD SEV-SNP.
- See Also:
-
amdSevSnpAsString
Indicates whether the instance is enabled for AMD SEV-SNP. For more information, see AMD SEV-SNP.
If the service returns an enum value that is not available in the current SDK version,
amdSevSnpwill returnAmdSevSnpSpecification.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromamdSevSnpAsString().- Returns:
- Indicates whether the instance is enabled for AMD SEV-SNP. For more information, see AMD SEV-SNP.
- See Also:
-
nestedVirtualization
Indicates whether the instance is enabled for nested virtualization.
If the service returns an enum value that is not available in the current SDK version,
nestedVirtualizationwill returnNestedVirtualizationSpecification.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnestedVirtualizationAsString().- Returns:
- Indicates whether the instance is enabled for nested virtualization.
- See Also:
-
nestedVirtualizationAsString
Indicates whether the instance is enabled for nested virtualization.
If the service returns an enum value that is not available in the current SDK version,
nestedVirtualizationwill returnNestedVirtualizationSpecification.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnestedVirtualizationAsString().- Returns:
- Indicates whether the instance is enabled for nested virtualization.
- See Also:
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<CpuOptions.Builder,CpuOptions>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-