Interface RecoveryLifeCycle.Builder

    • 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