public static final class UpgradeStatus.Builder
extends java.lang.Object
UpgradeStatus.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
UpgradeStatus. |
public Builder()
UpgradeStatus.public UpgradeStatus.Builder setCcpStatus(CCPUpgradeStatus ccpStatus)
ccpStatus - New value for the property.public UpgradeStatus.Builder setComponentStatus(java.util.List<ComponentUpgradeStatus> componentStatus)
componentStatus - New value for the property.public UpgradeStatus.Builder setEdgeStatus(EdgeUpgradeStatus edgeStatus)
edgeStatus - New value for the property.public UpgradeStatus.Builder setHostStatus(HostUpgradeStatus hostStatus)
hostStatus - New value for the property.public UpgradeStatus.Builder setOverallUpgradeStatus(java.lang.String overallUpgradeStatus)
overallUpgradeStatus - New value for the property.public UpgradeStatus build()