public class QueueConfiguration extends NotificationConfiguration
| Constructor and Description |
|---|
QueueConfiguration(String queueARN,
EnumSet<S3Event> events)
Creates a new queue configuration with the given queue arn and set of
events.
|
QueueConfiguration(String queueARN,
String... events)
Creates a new queue configuration with the given queue arn and set of
events.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getQueueARN()
Returns the queue arn for this notification configuration.
|
addEvent, addEvent, addObjectPrefix, getEvents, getObjectPrefixes, setEvents, setObjectPrefixes, withEvents, withObjectPrefixespublic QueueConfiguration(String queueARN, EnumSet<S3Event> events)
queueARN - the Amazon SQS queue arn to which the notifications are to be
sent.events - the events for which the notifications are to be sentpublic QueueConfiguration(String queueARN, String... events)
queueARN - the Amazon SQS queue arn to which the notifications are to be
sent.events - the events for which the notifications are to be sentpublic String getQueueARN()
Copyright © 2015. All rights reserved.