Interface RestoreWindow.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RestoreWindow.Builder,RestoreWindow>, SdkBuilder<RestoreWindow.Builder,RestoreWindow>, SdkPojo
Enclosing class:
RestoreWindow

public static interface RestoreWindow.Builder extends SdkPojo, CopyableBuilder<RestoreWindow.Builder,RestoreWindow>
  • Method Details

    • 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.