Interface MatchObjectSize.Builder

  • Method Details

    • bytesGreaterThan

      MatchObjectSize.Builder bytesGreaterThan(Long bytesGreaterThan)

      Specifies the minimum object size in Bytes. The value must be a positive number, greater than 0 and less than 5 TB.

      Parameters:
      bytesGreaterThan - Specifies the minimum object size in Bytes. The value must be a positive number, greater than 0 and less than 5 TB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • bytesLessThan

      MatchObjectSize.Builder bytesLessThan(Long bytesLessThan)

      Specifies the maximum object size in Bytes. The value must be a positive number, greater than the minimum object size and less than 5 TB.

      Parameters:
      bytesLessThan - Specifies the maximum object size in Bytes. The value must be a positive number, greater than the minimum object size and less than 5 TB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.