public static class IntelIcelakeBmLaunchInstancePlatformConfig.Builder extends Object
Constructor and Description |
---|
Builder() |
public IntelIcelakeBmLaunchInstancePlatformConfig.Builder isSecureBootEnabled(Boolean isSecureBootEnabled)
public IntelIcelakeBmLaunchInstancePlatformConfig.Builder isTrustedPlatformModuleEnabled(Boolean isTrustedPlatformModuleEnabled)
public IntelIcelakeBmLaunchInstancePlatformConfig.Builder isMeasuredBootEnabled(Boolean isMeasuredBootEnabled)
public IntelIcelakeBmLaunchInstancePlatformConfig.Builder isMemoryEncryptionEnabled(Boolean isMemoryEncryptionEnabled)
public IntelIcelakeBmLaunchInstancePlatformConfig.Builder numaNodesPerSocket(IntelIcelakeBmLaunchInstancePlatformConfig.NumaNodesPerSocket numaNodesPerSocket)
The number of NUMA nodes per socket (NPS).
numaNodesPerSocket
- the value to setpublic IntelIcelakeBmLaunchInstancePlatformConfig.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.
isSymmetricMultiThreadingEnabled
- the value to setpublic IntelIcelakeBmLaunchInstancePlatformConfig.Builder isInputOutputMemoryManagementUnitEnabled(Boolean isInputOutputMemoryManagementUnitEnabled)
Whether the input-output memory management unit is enabled.
isInputOutputMemoryManagementUnitEnabled
- the value to setpublic IntelIcelakeBmLaunchInstancePlatformConfig.Builder percentageOfCoresEnabled(Integer percentageOfCoresEnabled)
The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
If the applications that you run on the instance use a core-based licensing model and need fewer cores than the full size of the shape, you can disable cores to reduce your licensing costs. The instance itself is billed for the full shape, regardless of whether all cores are enabled.
percentageOfCoresEnabled
- the value to setpublic IntelIcelakeBmLaunchInstancePlatformConfig.Builder configMap(Map<String,String> configMap)
Instance Platform Configuration Configuration Map for flexible setting input.
configMap
- the value to setpublic IntelIcelakeBmLaunchInstancePlatformConfig build()
public IntelIcelakeBmLaunchInstancePlatformConfig.Builder copy(IntelIcelakeBmLaunchInstancePlatformConfig model)
Copyright © 2016–2024. All rights reserved.