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 Filter
public void setS3KeyFilter(S3KeyFilter s3KeyFilter)
S3KeyFilter
for this Filter
s3KeyFilter
- New S3KeyFilter
public Filter withS3KeyFilter(S3KeyFilter s3KeyFilter)
S3KeyFilter
for this Filter
and returns this object for method
chainings3KeyFilter
- New S3KeyFilter
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.