public static final class SendToQueueProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SendToQueueProps
software.amazon.jsii.JsiiObject.InitializationModeSendToQueueProps.Builder, SendToQueueProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awscdk.core.Duration |
getDelay()
The length of time, in seconds, for which to delay a specific message.
|
software.amazon.awscdk.services.stepfunctions.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.
|
Boolean |
getWaitForTaskToken()
Whether to pause the workflow until a task token is returned.
|
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)
@Stability(value=Experimental) public software.amazon.awscdk.services.stepfunctions.TaskInput getMessageBody()
getMessageBody in interface SendToQueueProps@Stability(value=Experimental) @Nullable public software.amazon.awscdk.core.Duration getDelay()
getDelay in interface SendToQueueProps@Stability(value=Experimental) @Nullable public String getMessageDeduplicationId()
getMessageDeduplicationId in interface SendToQueueProps@Stability(value=Experimental) @Nullable public String getMessageGroupId()
getMessageGroupId in interface SendToQueueProps@Stability(value=Experimental) @Nullable public Boolean getWaitForTaskToken()
getWaitForTaskToken in interface SendToQueuePropsCopyright © 2019. All rights reserved.