public static final class HardwareModuleFirmwareCompliance.Builder
extends java.lang.Object
HardwareModuleFirmwareCompliance
.Constructor and Description |
---|
Builder(ComplianceStatus status,
Notifications notifications)
Constructor with parameters for the required properties of
HardwareModuleFirmwareCompliance . |
Modifier and Type | Method and Description |
---|---|
HardwareModuleFirmwareCompliance |
build() |
HardwareModuleFirmwareCompliance.Builder |
setCurrent(HardwareModuleFirmwareInfo current)
Current version of the firmware present on the host hardware module.
|
HardwareModuleFirmwareCompliance.Builder |
setDetails(HardwareModuleDetails details)
Additional details about the hardware module itself
null if no further info was provided by HSM. |
HardwareModuleFirmwareCompliance.Builder |
setTarget(HardwareModuleFirmwareInfo target)
Target version of the firmware present in the Hardware Support Package (HSP).
|
public Builder(ComplianceStatus status, Notifications notifications)
HardwareModuleFirmwareCompliance
.public HardwareModuleFirmwareCompliance.Builder setDetails(HardwareModuleDetails details)
null
if no further info was provided by HSM.details
- New value for the property.public HardwareModuleFirmwareCompliance.Builder setCurrent(HardwareModuleFirmwareInfo current)
null
if version of firmware on the hardware module on the host cannot be
determined.current
- New value for the property.public HardwareModuleFirmwareCompliance.Builder setTarget(HardwareModuleFirmwareInfo target)
null
if component is not present in the software specification.target
- New value for the property.public HardwareModuleFirmwareCompliance build()