Interface BackupCreationTimeFilter.Builder

    • Method Detail

      • createdAfter

        BackupCreationTimeFilter.Builder createdAfter​(Instant createdAfter)

        This timestamp includes recovery points only created after the specified time.

        Parameters:
        createdAfter - This timestamp includes recovery points only created after the specified time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdBefore

        BackupCreationTimeFilter.Builder createdBefore​(Instant createdBefore)

        This timestamp includes recovery points only created before the specified time.

        Parameters:
        createdBefore - This timestamp includes recovery points only created before the specified time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.