Interface RestoreWindow.Builder

    • Method Detail

      • earliestTime

        RestoreWindow.Builder earliestTime​(Instant earliestTime)

        The earliest time you can restore an instance to.

        Parameters:
        earliestTime - The earliest time you can restore an instance to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • latestTime

        RestoreWindow.Builder latestTime​(Instant latestTime)

        The latest time you can restore an instance to.

        Parameters:
        latestTime - The latest time you can restore an instance to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.