public static final class SoftwareInfo.Builder
extends java.lang.Object
SoftwareInfo
.Constructor and Description |
---|
Builder(BaseImageInfo baseImage,
java.util.Map<java.lang.String,ComponentInfo> components,
java.util.Map<java.lang.String,SolutionInfo> solutions)
Constructor with parameters for the required properties of
SoftwareInfo . |
Modifier and Type | Method and Description |
---|---|
SoftwareInfo |
build() |
SoftwareInfo.Builder |
setAddOn(AddOnInfo addOn)
OEM customization on top of given base-image.
|
SoftwareInfo.Builder |
setHardwareSupport(HardwareSupportInfo hardwareSupport)
Information about the Hardware Support Packages (HSP) configured.
|
public Builder(BaseImageInfo baseImage, java.util.Map<java.lang.String,ComponentInfo> components, java.util.Map<java.lang.String,SolutionInfo> solutions)
SoftwareInfo
.public SoftwareInfo.Builder setAddOn(AddOnInfo addOn)
null
, no OEM customization will be applied.addOn
- New value for the property.public SoftwareInfo.Builder setHardwareSupport(HardwareSupportInfo hardwareSupport)
null
, no Hardware Support Package (HSP) is specified for the cluster.hardwareSupport
- New value for the property.public SoftwareInfo build()