public static final class PerStepRestoreStatus.Builder
extends java.lang.Object
PerStepRestoreStatus.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
PerStepRestoreStatus. |
| Modifier and Type | Method and Description |
|---|---|
PerStepRestoreStatus |
build() |
PerStepRestoreStatus.Builder |
setDescription(java.lang.String description)
A description of the restore status
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
PerStepRestoreStatus.Builder |
setValue(java.lang.String value)
Possible values are:
PerStepRestoreStatus.VALUE_INITIAL
PerStepRestoreStatus.VALUE_RUNNING
PerStepRestoreStatus.VALUE_SUSPENDED_BY_USER
PerStepRestoreStatus.VALUE_SUSPENDED_FOR_USER_ACTION
PerStepRestoreStatus.VALUE_FAILED
PerStepRestoreStatus.VALUE_SUCCESS
Per step restore status value
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()
PerStepRestoreStatus.public PerStepRestoreStatus.Builder setDescription(java.lang.String description)
description - New value for the property.public PerStepRestoreStatus.Builder setValue(java.lang.String value)
value - New value for the property.public PerStepRestoreStatus build()