Interface MatchObjectAge.Builder

    • Method Detail

      • daysGreaterThan

        MatchObjectAge.Builder daysGreaterThan​(Integer daysGreaterThan)

        Specifies the maximum object age in days. Must be a positive whole number, greater than the minimum object age and less than or equal to 2,147,483,647.

        Parameters:
        daysGreaterThan - Specifies the maximum object age in days. Must be a positive whole number, greater than the minimum object age and less than or equal to 2,147,483,647.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • daysLessThan

        MatchObjectAge.Builder daysLessThan​(Integer daysLessThan)

        Specifies the minimum object age in days. The value must be a positive whole number, greater than 0 and less than or equal to 2,147,483,647.

        Parameters:
        daysLessThan - Specifies the minimum object age in days. The value must be a positive whole number, greater than 0 and less than or equal to 2,147,483,647.
        Returns:
        Returns a reference to this object so that method calls can be chained together.