public static final class HardwareSupportPackageCompliance.Builder
extends java.lang.Object
HardwareSupportPackageCompliance.| Constructor and Description |
|---|
Builder(ComplianceStatus status,
java.util.Map<java.lang.String,HardwareModuleFirmwareCompliance> hardwareModules,
Notifications notifications)
Constructor with parameters for the required properties of
HardwareSupportPackageCompliance. |
| Modifier and Type | Method and Description |
|---|---|
HardwareSupportPackageCompliance |
build() |
HardwareSupportPackageCompliance.Builder |
setCurrent(HardwareSupportPackageInfo current)
Current version of the Hardware Support Package present on the host.
|
HardwareSupportPackageCompliance.Builder |
setTarget(HardwareSupportPackageInfo target)
Target version of the Hardware Support Package present in the software
specification.
|
public Builder(ComplianceStatus status, java.util.Map<java.lang.String,HardwareModuleFirmwareCompliance> hardwareModules, Notifications notifications)
HardwareSupportPackageCompliance.public HardwareSupportPackageCompliance.Builder setCurrent(HardwareSupportPackageInfo current)
null if there is no known Hardware Support Package on the host.current - New value for the property.public HardwareSupportPackageCompliance.Builder setTarget(HardwareSupportPackageInfo target)
null if current desired image includes a Hardware Support Manager (HSM)
but no target Hardware Support Package (HSP).target - New value for the property.public HardwareSupportPackageCompliance build()