Interface RecoveryLifeCycle.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RecoveryLifeCycle.Builder,RecoveryLifeCycle>,SdkBuilder<RecoveryLifeCycle.Builder,RecoveryLifeCycle>,SdkPojo
- Enclosing class:
- RecoveryLifeCycle
public static interface RecoveryLifeCycle.Builder extends SdkPojo, CopyableBuilder<RecoveryLifeCycle.Builder,RecoveryLifeCycle>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecoveryLifeCycle.BuilderapiCallDateTime(Instant apiCallDateTime)The date and time the last Source Network recovery was initiated.RecoveryLifeCycle.BuilderjobID(String jobID)The ID of the Job that was used to last recover the Source Network.RecoveryLifeCycle.BuilderlastRecoveryResult(String lastRecoveryResult)The status of the last recovery status of this Source Network.RecoveryLifeCycle.BuilderlastRecoveryResult(RecoveryResult lastRecoveryResult)The status of the last recovery status of this Source Network.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
apiCallDateTime
RecoveryLifeCycle.Builder apiCallDateTime(Instant apiCallDateTime)
The date and time the last Source Network recovery was initiated.
- Parameters:
apiCallDateTime- The date and time the last Source Network recovery was initiated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobID
RecoveryLifeCycle.Builder jobID(String jobID)
The ID of the Job that was used to last recover the Source Network.
- Parameters:
jobID- The ID of the Job that was used to last recover the Source Network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastRecoveryResult
RecoveryLifeCycle.Builder lastRecoveryResult(String lastRecoveryResult)
The status of the last recovery status of this Source Network.
- Parameters:
lastRecoveryResult- The status of the last recovery status of this Source Network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RecoveryResult,RecoveryResult
-
lastRecoveryResult
RecoveryLifeCycle.Builder lastRecoveryResult(RecoveryResult lastRecoveryResult)
The status of the last recovery status of this Source Network.
- Parameters:
lastRecoveryResult- The status of the last recovery status of this Source Network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RecoveryResult,RecoveryResult
-
-