public static interface SendMessageBatchRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<SendMessageBatchRequest.Builder,SendMessageBatchRequest>
| Modifier and Type | Method and Description |
|---|---|
SendMessageBatchRequest.Builder |
entries(Collection<SendMessageBatchRequestEntry> entries)
A list of
SendMessageBatchRequestEntry items. |
SendMessageBatchRequest.Builder |
entries(SendMessageBatchRequestEntry... entries)
A list of
SendMessageBatchRequestEntry items. |
SendMessageBatchRequest.Builder |
queueUrl(String queueUrl)
The URL of the Amazon SQS queue to which batched messages are sent.
|
SendMessageBatchRequest.Builder queueUrl(String queueUrl)
The URL of the Amazon SQS queue to which batched messages are sent.
Queue URLs are case-sensitive.
queueUrl - The URL of the Amazon SQS queue to which batched messages are sent.
Queue URLs are case-sensitive.
SendMessageBatchRequest.Builder entries(Collection<SendMessageBatchRequestEntry> entries)
A list of SendMessageBatchRequestEntry items.
entries - A list of SendMessageBatchRequestEntry items.SendMessageBatchRequest.Builder entries(SendMessageBatchRequestEntry... entries)
A list of SendMessageBatchRequestEntry items.
entries - A list of SendMessageBatchRequestEntry items.Copyright © 2017. All rights reserved.