@Stability(value=Experimental) public static final class SendToQueueProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SendToQueueProps
SendToQueuePropssoftware.amazon.jsii.JsiiObject.InitializationModeSendToQueueProps.Builder, SendToQueueProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Duration |
getDelay()
The length of time, in seconds, for which to delay a specific message.
|
ServiceIntegrationPattern |
getIntegrationPattern()
The service integration pattern indicates different ways to call SendMessage to SQS.
|
TaskInput |
getMessageBody()
The text message to send to the queue.
|
String |
getMessageDeduplicationId()
The token used for deduplication of sent messages.
|
String |
getMessageGroupId()
The tag that specifies that a message belongs to a specific message group.
|
int |
hashCode() |
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public TaskInput getMessageBody()
SendToQueuePropsEXPERIMENTAL
getMessageBody in interface SendToQueuePropspublic Duration getDelay()
SendToQueuePropsValid values are 0-900 seconds.
Default: Default value of the queue is used
EXPERIMENTAL
getDelay in interface SendToQueuePropspublic ServiceIntegrationPattern getIntegrationPattern()
SendToQueuePropsThe valid value is either FIRE_AND_FORGET or WAIT_FOR_TASK_TOKEN.
Default: FIRE_AND_FORGET
EXPERIMENTAL
getIntegrationPattern in interface SendToQueuePropspublic String getMessageDeduplicationId()
SendToQueuePropsDefault: Use content-based deduplication
EXPERIMENTAL
getMessageDeduplicationId in interface SendToQueuePropspublic String getMessageGroupId()
SendToQueuePropsRequired for FIFO queues. FIFO ordering applies to messages in the same message group.
Default: No group ID
EXPERIMENTAL
getMessageGroupId in interface SendToQueuePropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.