@Generated(value="jsii-pacmak/0.20.6 (build 17f281e)", date="2019-11-19T17:18:14.540Z") @Stability(value=Experimental) public interface SendToQueueProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
SendToQueueProps.Builder
A builder for
SendToQueueProps |
static class |
SendToQueueProps.Jsii$Proxy
An implementation for
SendToQueueProps |
| Modifier and Type | Method and Description |
|---|---|
static SendToQueueProps.Builder |
builder() |
default Duration |
getDelay()
The length of time, in seconds, for which to delay a specific message.
|
default ServiceIntegrationPattern |
getIntegrationPattern()
The service integration pattern indicates different ways to call SendMessage to SQS.
|
TaskInput |
getMessageBody()
The text message to send to the queue.
|
default String |
getMessageDeduplicationId()
The token used for deduplication of sent messages.
|
default String |
getMessageGroupId()
The tag that specifies that a message belongs to a specific message group.
|
@Stability(value=Experimental) TaskInput getMessageBody()
@Stability(value=Experimental) default Duration getDelay()
@Stability(value=Experimental) default ServiceIntegrationPattern getIntegrationPattern()
@Stability(value=Experimental) default String getMessageDeduplicationId()
@Stability(value=Experimental) default String getMessageGroupId()
@Stability(value=Experimental) static SendToQueueProps.Builder builder()
SendToQueueProps.Builder of SendToQueuePropsCopyright © 2019. All rights reserved.