Class PitrTimeWindow.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • timeRecoveryWindowStart

        public PitrTimeWindow.Builder timeRecoveryWindowStart​(Date timeRecoveryWindowStart)
        Earliest timestamp in the PITR window to which the database can be restored.

        Timestamps earlier than this are not recoverable. The value must be an RFC 3339 timestamp.

        Example: 2016-08-25T21:10:29Z

        Parameters:
        timeRecoveryWindowStart - the value to set
        Returns:
        this builder
      • timeRecoveryWindowEnd

        public PitrTimeWindow.Builder timeRecoveryWindowEnd​(Date timeRecoveryWindowEnd)
        Latest timestamp in the PITR window to which the database can be restored.

        Timestamps later than this are not recoverable. The value must be an RFC 3339 timestamp.

        Example: 2016-08-25T21:10:29Z

        Parameters:
        timeRecoveryWindowEnd - the value to set
        Returns:
        this builder