Class Filter

java.lang.Object
com.amazonaws.services.s3.model.Filter
All Implemented Interfaces:
Serializable

public class Filter extends Object implements Serializable
Defines a set of filter criteria that limits the objects that can trigger event notifications
See Also:
  • Constructor Details

    • Filter

      public Filter()
  • Method Details

    • getS3KeyFilter

      public S3KeyFilter getS3KeyFilter()
      Filter criteria that limits the objects that can trigger event notifications based on their S3 Key name
      Returns:
      The S3KeyFilter object associated with this Filter
    • setS3KeyFilter

      public void setS3KeyFilter(S3KeyFilter s3KeyFilter)
      Sets the S3KeyFilter for this Filter
      Parameters:
      s3KeyFilter - New S3KeyFilter
    • withS3KeyFilter

      public Filter withS3KeyFilter(S3KeyFilter s3KeyFilter)
      Sets the S3KeyFilter for this Filter and returns this object for method chaining
      Parameters:
      s3KeyFilter - New S3KeyFilter
      Returns:
      This object for method chaining