Package com.amazonaws.services.s3.model
Class Filter
java.lang.Object
com.amazonaws.services.s3.model.Filter
- All Implemented Interfaces:
Serializable
Defines a set of filter criteria that limits the objects that can trigger event notifications
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFilter criteria that limits the objects that can trigger event notifications based on their S3 Key namevoidsetS3KeyFilter(S3KeyFilter s3KeyFilter) Sets theS3KeyFilterfor thisFilterwithS3KeyFilter(S3KeyFilter s3KeyFilter) Sets theS3KeyFilterfor thisFilterand returns this object for method chaining
-
Constructor Details
-
Filter
public Filter()
-
-
Method Details
-
getS3KeyFilter
Filter criteria that limits the objects that can trigger event notifications based on their S3 Key name- Returns:
- The
S3KeyFilterobject associated with thisFilter
-
setS3KeyFilter
Sets theS3KeyFilterfor thisFilter- Parameters:
s3KeyFilter- NewS3KeyFilter
-
withS3KeyFilter
Sets theS3KeyFilterfor thisFilterand returns this object for method chaining- Parameters:
s3KeyFilter- NewS3KeyFilter- Returns:
- This object for method chaining
-