public static final class DeadLetterQueue.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DeadLetterQueue
software.amazon.jsii.JsiiObject.InitializationModeDeadLetterQueue.Builder, DeadLetterQueue.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
public Number getMaxReceiveCount()
getMaxReceiveCount in interface DeadLetterQueuepublic void setMaxReceiveCount(Number value)
setMaxReceiveCount in interface DeadLetterQueuepublic IQueue getQueue()
getQueue in interface DeadLetterQueuepublic void setQueue(IQueue value)
setQueue in interface DeadLetterQueueCopyright © 2019. All rights reserved.