@Generated(value="jsii-pacmak/0.7.15 (build e429c41)", date="2019-03-07T22:16:52.935Z") public interface DeadLetterQueue extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
DeadLetterQueue.Builder
A builder for
DeadLetterQueue |
static class |
DeadLetterQueue.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static DeadLetterQueue.Builder |
builder() |
Number |
getMaxReceiveCount()
The number of times a message can be unsuccesfully dequeued before being moved to the dead-letter queue.
|
IQueue |
getQueue()
The dead-letter queue to which Amazon SQS moves messages after the value of maxReceiveCount is exceeded.
|
void |
setMaxReceiveCount(Number value)
The number of times a message can be unsuccesfully dequeued before being moved to the dead-letter queue.
|
void |
setQueue(IQueue value)
The dead-letter queue to which Amazon SQS moves messages after the value of maxReceiveCount is exceeded.
|
Number getMaxReceiveCount()
void setMaxReceiveCount(Number value)
IQueue getQueue()
void setQueue(IQueue value)
static DeadLetterQueue.Builder builder()
DeadLetterQueue.Builder of DeadLetterQueueCopyright © 2019. All rights reserved.