Interface ReleaseConfiguration.Builder

    • Method Detail

      • durationSinceLastAccess

        ReleaseConfiguration.Builder durationSinceLastAccess​(DurationSinceLastAccess durationSinceLastAccess)

        Defines the point-in-time since an exported file was last accessed, in order for that file to be eligible for release. Only files that were last accessed before this point-in-time are eligible to be released from the file system.

        Parameters:
        durationSinceLastAccess - Defines the point-in-time since an exported file was last accessed, in order for that file to be eligible for release. Only files that were last accessed before this point-in-time are eligible to be released from the file system.
        Returns:
        Returns a reference to this object so that method calls can be chained together.