Class Filter

    • Constructor Detail

      • Filter

        public Filter()
    • Method Detail

      • 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