Package com.oracle.bmc.core.model
Class AmdVmLaunchInstancePlatformConfig.Builder
- java.lang.Object
- 
- com.oracle.bmc.core.model.AmdVmLaunchInstancePlatformConfig.Builder
 
- 
- Enclosing class:
- AmdVmLaunchInstancePlatformConfig
 
 public static class AmdVmLaunchInstancePlatformConfig.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AmdVmLaunchInstancePlatformConfigbuild()AmdVmLaunchInstancePlatformConfig.Buildercopy(AmdVmLaunchInstancePlatformConfig model)AmdVmLaunchInstancePlatformConfig.BuilderisMeasuredBootEnabled(Boolean isMeasuredBootEnabled)AmdVmLaunchInstancePlatformConfig.BuilderisMemoryEncryptionEnabled(Boolean isMemoryEncryptionEnabled)AmdVmLaunchInstancePlatformConfig.BuilderisSecureBootEnabled(Boolean isSecureBootEnabled)AmdVmLaunchInstancePlatformConfig.BuilderisSymmetricMultiThreadingEnabled(Boolean isSymmetricMultiThreadingEnabled)Whether symmetric multithreading is enabled on the instance.AmdVmLaunchInstancePlatformConfig.BuilderisTrustedPlatformModuleEnabled(Boolean isTrustedPlatformModuleEnabled)
 
- 
- 
- 
Method Detail- 
isSecureBootEnabledpublic AmdVmLaunchInstancePlatformConfig.Builder isSecureBootEnabled(Boolean isSecureBootEnabled) 
 - 
isTrustedPlatformModuleEnabledpublic AmdVmLaunchInstancePlatformConfig.Builder isTrustedPlatformModuleEnabled(Boolean isTrustedPlatformModuleEnabled) 
 - 
isMeasuredBootEnabledpublic AmdVmLaunchInstancePlatformConfig.Builder isMeasuredBootEnabled(Boolean isMeasuredBootEnabled) 
 - 
isMemoryEncryptionEnabledpublic AmdVmLaunchInstancePlatformConfig.Builder isMemoryEncryptionEnabled(Boolean isMemoryEncryptionEnabled) 
 - 
isSymmetricMultiThreadingEnabledpublic AmdVmLaunchInstancePlatformConfig.Builder isSymmetricMultiThreadingEnabled(Boolean isSymmetricMultiThreadingEnabled) Whether symmetric multithreading is enabled on the instance.Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading. Intel and AMD processors have two hardware execution threads per core (OCPU). SMT permits multiple independent threads of execution, to better use the resources and increase the efficiency of the CPU. When multithreading is disabled, only one thread is permitted to run on each core, which can provide higher or more predictable performance for some workloads. - Parameters:
- isSymmetricMultiThreadingEnabled- the value to set
- Returns:
- this builder
 
 - 
buildpublic AmdVmLaunchInstancePlatformConfig build() 
 - 
copypublic AmdVmLaunchInstancePlatformConfig.Builder copy(AmdVmLaunchInstancePlatformConfig model) 
 
- 
 
-