Interface FilesLimit.Builder

    • Method Detail

      • maxFiles

        FilesLimit.Builder maxFiles​(Integer maxFiles)

        The number of Amazon S3 files to select.

        Parameters:
        maxFiles - The number of Amazon S3 files to select.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • orderedBy

        FilesLimit.Builder orderedBy​(String orderedBy)

        A criteria to use for Amazon S3 files sorting before their selection. By default uses LAST_MODIFIED_DATE as a sorting criteria. Currently it's the only allowed value.

        Parameters:
        orderedBy - A criteria to use for Amazon S3 files sorting before their selection. By default uses LAST_MODIFIED_DATE as a sorting criteria. Currently it's the only allowed value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OrderedBy, OrderedBy
      • orderedBy

        FilesLimit.Builder orderedBy​(OrderedBy orderedBy)

        A criteria to use for Amazon S3 files sorting before their selection. By default uses LAST_MODIFIED_DATE as a sorting criteria. Currently it's the only allowed value.

        Parameters:
        orderedBy - A criteria to use for Amazon S3 files sorting before their selection. By default uses LAST_MODIFIED_DATE as a sorting criteria. Currently it's the only allowed value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OrderedBy, OrderedBy
      • order

        FilesLimit.Builder order​(String order)

        A criteria to use for Amazon S3 files sorting before their selection. By default uses DESCENDING order, i.e. most recent files are selected first. Another possible value is ASCENDING.

        Parameters:
        order - A criteria to use for Amazon S3 files sorting before their selection. By default uses DESCENDING order, i.e. most recent files are selected first. Another possible value is ASCENDING.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Order, Order
      • order

        FilesLimit.Builder order​(Order order)

        A criteria to use for Amazon S3 files sorting before their selection. By default uses DESCENDING order, i.e. most recent files are selected first. Another possible value is ASCENDING.

        Parameters:
        order - A criteria to use for Amazon S3 files sorting before their selection. By default uses DESCENDING order, i.e. most recent files are selected first. Another possible value is ASCENDING.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Order, Order