public static interface RecoveryLifeCycle.Builder extends SdkPojo, CopyableBuilder<RecoveryLifeCycle.Builder,RecoveryLifeCycle>
| Modifier and Type | Method and Description |
|---|---|
RecoveryLifeCycle.Builder |
apiCallDateTime(Instant apiCallDateTime)
The date and time the last Source Network recovery was initiated.
|
RecoveryLifeCycle.Builder |
jobID(String jobID)
The ID of the Job that was used to last recover the Source Network.
|
RecoveryLifeCycle.Builder |
lastRecoveryResult(RecoveryResult lastRecoveryResult)
The status of the last recovery status of this Source Network.
|
RecoveryLifeCycle.Builder |
lastRecoveryResult(String lastRecoveryResult)
The status of the last recovery status of this Source Network.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecoveryLifeCycle.Builder apiCallDateTime(Instant apiCallDateTime)
The date and time the last Source Network recovery was initiated.
apiCallDateTime - The date and time the last Source Network recovery was initiated.RecoveryLifeCycle.Builder jobID(String jobID)
The ID of the Job that was used to last recover the Source Network.
jobID - The ID of the Job that was used to last recover the Source Network.RecoveryLifeCycle.Builder lastRecoveryResult(String lastRecoveryResult)
The status of the last recovery status of this Source Network.
lastRecoveryResult - The status of the last recovery status of this Source Network.RecoveryResult,
RecoveryResultRecoveryLifeCycle.Builder lastRecoveryResult(RecoveryResult lastRecoveryResult)
The status of the last recovery status of this Source Network.
lastRecoveryResult - The status of the last recovery status of this Source Network.RecoveryResult,
RecoveryResultCopyright © 2023. All rights reserved.