Package com.vmware.nsx_policy.model
Class CurrentBackupOperationStatus.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.CurrentBackupOperationStatus.Builder
-
- Enclosing class:
- CurrentBackupOperationStatus
public static final class CurrentBackupOperationStatus.Builder extends java.lang.Object
Builder class forCurrentBackupOperationStatus
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofCurrentBackupOperationStatus
.
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofCurrentBackupOperationStatus
.
-
-
Method Detail
-
setBackupId
public CurrentBackupOperationStatus.Builder setBackupId(java.lang.String backupId)
Unique identifier of current backup- Parameters:
backupId
- New value for the property.
-
setCurrentStep
public CurrentBackupOperationStatus.Builder setCurrentStep(java.lang.String currentStep)
Possible values are: Current step of operation- Parameters:
currentStep
- New value for the property.
-
setCurrentStepMessage
public CurrentBackupOperationStatus.Builder setCurrentStepMessage(java.lang.String currentStepMessage)
Additional human-readable status information about current step- Parameters:
currentStepMessage
- New value for the property.
-
setEndTime
public CurrentBackupOperationStatus.Builder setEndTime(java.lang.Long endTime)
Time when operation is expected to end format: int64- Parameters:
endTime
- New value for the property.
-
setOperationType
public CurrentBackupOperationStatus.Builder setOperationType(java.lang.String operationType)
Possible values are: Type of operation that is in progress. Returns none if no operation is in progress, in which case none of the other fields will be set.- Parameters:
operationType
- New value for the property.
-
setStartTime
public CurrentBackupOperationStatus.Builder setStartTime(java.lang.Long startTime)
Time when operation was started format: int64- Parameters:
startTime
- New value for the property.
-
build
public CurrentBackupOperationStatus build()
-
-