public static final class DeploymentProgressStatus.Builder
extends java.lang.Object
DeploymentProgressStatus.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
DeploymentProgressStatus. |
public Builder()
DeploymentProgressStatus.public DeploymentProgressStatus.Builder setErrorMessage(java.util.List<java.lang.String> errorMessage)
errorMessage - New value for the property.public DeploymentProgressStatus.Builder setOverallStatus(java.lang.String overallStatus)
DeploymentProgressStatus.OVERALL_STATUS_DEPLOYMENT_IN_PROGRESSDeploymentProgressStatus.OVERALL_STATUS_UNDEPLOYMENT_IN_PROGRESSDeploymentProgressStatus.OVERALL_STATUS_UPGRADE_IN_PROGRESSDeploymentProgressStatus.OVERALL_STATUS_UPDATE_IN_PROGRESSDeploymentProgressStatus.OVERALL_STATUS_DEPLOYMENT_QUEUEDDeploymentProgressStatus.OVERALL_STATUS_UNDEPLOYMENT_QUEUEDDeploymentProgressStatus.OVERALL_STATUS_UPDATE_QUEUEDDeploymentProgressStatus.OVERALL_STATUS_DEPLOYMENT_SUCCESSFULDeploymentProgressStatus.OVERALL_STATUS_UNDEPLOYMENT_SUCCESSFULDeploymentProgressStatus.OVERALL_STATUS_UPGRADE_SUCCESSFULDeploymentProgressStatus.OVERALL_STATUS_UPDATE_SUCCESSFULDeploymentProgressStatus.OVERALL_STATUS_DEPLOYMENT_FAILEDDeploymentProgressStatus.OVERALL_STATUS_UNDEPLOYMENT_FAILEDDeploymentProgressStatus.OVERALL_STATUS_UPGRADE_FAILEDDeploymentProgressStatus.OVERALL_STATUS_UPDATE_FAILEDDeploymentProgressStatus.OVERALL_STATUS_NOT_DEPLOYEDoverallStatus - New value for the property.public DeploymentProgressStatus.Builder setPercentage(java.lang.Long percentage)
percentage - New value for the property.public DeploymentProgressStatus.Builder setProgressMessage(java.lang.String progressMessage)
progressMessage - New value for the property.public DeploymentProgressStatus build()