Interface FolderConfiguration.Builder

    • Method Detail

      • action

        FolderConfiguration.Builder action​(String action)

        The action to take on the folder contents at the end of the folder configuration period.

        Parameters:
        action - The action to take on the folder contents at the end of the folder configuration period.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RetentionAction, RetentionAction
      • action

        FolderConfiguration.Builder action​(RetentionAction action)

        The action to take on the folder contents at the end of the folder configuration period.

        Parameters:
        action - The action to take on the folder contents at the end of the folder configuration period.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RetentionAction, RetentionAction
      • period

        FolderConfiguration.Builder period​(Integer period)

        The number of days for which the folder-configuration action applies.

        Parameters:
        period - The number of days for which the folder-configuration action applies.
        Returns:
        Returns a reference to this object so that method calls can be chained together.