Interface RecoveryLifeCycle.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RecoveryLifeCycle.Builder,
,RecoveryLifeCycle> SdkBuilder<RecoveryLifeCycle.Builder,
,RecoveryLifeCycle> SdkPojo
- Enclosing class:
RecoveryLifeCycle
@Mutable
@NotThreadSafe
public static interface RecoveryLifeCycle.Builder
extends SdkPojo, CopyableBuilder<RecoveryLifeCycle.Builder,RecoveryLifeCycle>
-
Method Summary
Modifier and TypeMethodDescriptionapiCallDateTime
(Instant apiCallDateTime) The date and time the last Source Network recovery was initiated.The ID of the Job that was used to last recover the Source Network.lastRecoveryResult
(String lastRecoveryResult) The status of the last recovery status of this Source Network.lastRecoveryResult
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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:
-
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:
-