| Modifier and Type | Method and Description |
|---|---|
static SendToQueue.Builder |
SendToQueue.Builder.create(IQueue queue)
EXPERIMENTAL
|
SendToQueue.Builder |
SendToQueue.Builder.delay(Duration delay)
The length of time, in seconds, for which to delay a specific message.
|
SendToQueue.Builder |
SendToQueue.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
The service integration pattern indicates different ways to call SendMessage to SQS.
|
SendToQueue.Builder |
SendToQueue.Builder.messageBody(TaskInput messageBody)
The text message to send to the queue.
|
SendToQueue.Builder |
SendToQueue.Builder.messageDeduplicationId(String messageDeduplicationId)
The token used for deduplication of sent messages.
|
SendToQueue.Builder |
SendToQueue.Builder.messageGroupId(String messageGroupId)
The tag that specifies that a message belongs to a specific message group.
|
Copyright © 2020. All rights reserved.