public class Filter extends Object implements Serializable
| Constructor and Description |
|---|
Filter() |
| Modifier and Type | Method and Description |
|---|---|
S3KeyFilter |
getS3KeyFilter()
Filter criteria that limits the objects that can trigger event notifications based on their
S3 Key name
|
void |
setS3KeyFilter(S3KeyFilter s3KeyFilter)
Sets the
S3KeyFilter for this Filter |
Filter |
withS3KeyFilter(S3KeyFilter s3KeyFilter)
Sets the
S3KeyFilter for this Filter and returns this object for method
chaining |
public S3KeyFilter getS3KeyFilter()
S3KeyFilter object associated with this Filterpublic void setS3KeyFilter(S3KeyFilter s3KeyFilter)
S3KeyFilter for this Filters3KeyFilter - New S3KeyFilterpublic Filter withS3KeyFilter(S3KeyFilter s3KeyFilter)
S3KeyFilter for this Filter and returns this object for method
chainings3KeyFilter - New S3KeyFilterCopyright © 2013 Amazon Web Services, Inc. All Rights Reserved.