public static final class ALBControllerNodeVMDeploymentProgressState.Builder
extends java.lang.Object
ALBControllerNodeVMDeploymentProgressState.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ALBControllerNodeVMDeploymentProgressState. |
| Modifier and Type | Method and Description |
|---|---|
ALBControllerNodeVMDeploymentProgressState |
build() |
ALBControllerNodeVMDeploymentProgressState.Builder |
setCurrentStepTitle(java.lang.String currentStepTitle)
Name of the current running step of deployment
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
ALBControllerNodeVMDeploymentProgressState.Builder |
setProgress(java.lang.Long progress)
Overall progress percentage of deployment completed format: int64
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
public Builder()
ALBControllerNodeVMDeploymentProgressState.public ALBControllerNodeVMDeploymentProgressState.Builder setCurrentStepTitle(java.lang.String currentStepTitle)
currentStepTitle - New value for the property.public ALBControllerNodeVMDeploymentProgressState.Builder setProgress(java.lang.Long progress)
progress - New value for the property.public ALBControllerNodeVMDeploymentProgressState build()