Interface FilesLimit.Builder

All Superinterfaces:
Buildable, CopyableBuilder<FilesLimit.Builder,FilesLimit>, SdkBuilder<FilesLimit.Builder,FilesLimit>, SdkPojo
Enclosing class:
FilesLimit

public static interface FilesLimit.Builder extends SdkPojo, CopyableBuilder<FilesLimit.Builder,FilesLimit>
  • Method Details

    • 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

      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:
    • 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

      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: