@Stability(value=Deprecated) @Deprecated public static final class SendToQueueProps.Builder extends Object implements software.amazon.jsii.Builder<SendToQueueProps>
SendToQueueProps| Constructor and Description |
|---|
Builder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SendToQueueProps |
build()
Deprecated.
|
SendToQueueProps.Builder |
delay(Duration delay)
Deprecated.
|
SendToQueueProps.Builder |
integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
|
SendToQueueProps.Builder |
messageBody(TaskInput messageBody)
Deprecated.
|
SendToQueueProps.Builder |
messageDeduplicationId(String messageDeduplicationId)
Deprecated.
|
SendToQueueProps.Builder |
messageGroupId(String messageGroupId)
Deprecated.
|
@Stability(value=Deprecated) @Deprecated public SendToQueueProps.Builder messageBody(TaskInput messageBody)
SendToQueueProps.getMessageBody()messageBody - The text message to send to the queue. This parameter is required.this@Stability(value=Deprecated) @Deprecated public SendToQueueProps.Builder delay(Duration delay)
SendToQueueProps.getDelay()delay - The length of time, in seconds, for which to delay a specific message.
Valid values are 0-900 seconds.this@Stability(value=Deprecated) @Deprecated public SendToQueueProps.Builder integrationPattern(ServiceIntegrationPattern integrationPattern)
SendToQueueProps.getIntegrationPattern()integrationPattern - The service integration pattern indicates different ways to call SendMessage to SQS.
The valid value is either FIRE_AND_FORGET or WAIT_FOR_TASK_TOKEN.this@Stability(value=Deprecated) @Deprecated public SendToQueueProps.Builder messageDeduplicationId(String messageDeduplicationId)
SendToQueueProps.getMessageDeduplicationId()messageDeduplicationId - The token used for deduplication of sent messages.this@Stability(value=Deprecated) @Deprecated public SendToQueueProps.Builder messageGroupId(String messageGroupId)
SendToQueueProps.getMessageGroupId()messageGroupId - The tag that specifies that a message belongs to a specific message group.
Required for FIFO queues. FIFO ordering applies to messages in the same message
group.this@Stability(value=Deprecated) @Deprecated public SendToQueueProps build()
build in interface software.amazon.jsii.Builder<SendToQueueProps>SendToQueuePropsNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.