java.lang.Object | |
↳ | org.mule.module.s3.model.NotificationConfiguration |
![]() |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
events | Set of events for a notification configuration. | ||||||||||
objectPrefixes | A collection of Amazon S3 Object prefixes associated with this notification configuration. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a notification configuration with the given set of events.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds the given event to the set of events for this
NotificationConfiguration object. | |||||||||||
Adds the given prefix to the list of prefix for this
NotificationConfiguration object. | |||||||||||
Returns the set of events associated with this notification configuration.
| |||||||||||
Retuns the list of Amazon S3 object prefixes for this notification configuration.
| |||||||||||
Sets the given events in this
NotificationConfiguration object. | |||||||||||
Sets the given prefixes in this
NotificationConfiguration object. | |||||||||||
Sets the given events in this
NotificationConfiguration object and returns this object. | |||||||||||
Sets the given prefixes in this
NotificationConfiguration object and returns this object. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Set of events for a notification configuration.
A collection of Amazon S3 Object prefixes associated with this notification configuration.
Creates a notification configuration with the given set of events.
events | The list of events for the notification configuration. |
---|
Adds the given event to the set of events for this NotificationConfiguration
object.
event | The event to add to this notification configuration |
---|
Adds the given prefix to the list of prefix for this NotificationConfiguration
object.
prefix | The prefix to add to this notification configuration |
---|
Returns the set of events associated with this notification configuration.
Retuns the list of Amazon S3 object prefixes for this notification configuration.
Sets the given events in this NotificationConfiguration
object.
events | The set of events for the notification configuration. |
---|
Sets the given prefixes in this NotificationConfiguration
object.
objectPrefixes | The list of prefixes for the notification configuration. |
---|
Sets the given events in this NotificationConfiguration
object and returns this object.
events | The set of events for the notification configuration. |
---|
Sets the given prefixes in this NotificationConfiguration
object and returns this object.
objectPrefixes | The list of prefixes for the notification configuration. |
---|