Class ResponseBatchConfiguration.Builder
java.lang.Object
software.amazon.awssdk.services.sqs.internal.batchmanager.ResponseBatchConfiguration.Builder
- Enclosing class:
- ResponseBatchConfiguration
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()maxBatchItems(Integer maxBatchItems) maxDoneReceiveBatches(Integer maxDoneReceiveBatches) maxInflightReceiveBatches(Integer maxInflightReceiveBatches) messageMinWaitDuration(Duration messageMinWaitDuration) messageSystemAttributeNames(List<MessageSystemAttributeName> messageSystemAttributeNames) receiveMessageAttributeNames(List<String> receiveMessageAttributeNames) visibilityTimeout(Duration visibilityTimeout) 
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
visibilityTimeout
- 
messageMinWaitDuration
- 
messageSystemAttributeNamespublic ResponseBatchConfiguration.Builder messageSystemAttributeNames(List<MessageSystemAttributeName> messageSystemAttributeNames) 
- 
receiveMessageAttributeNamespublic ResponseBatchConfiguration.Builder receiveMessageAttributeNames(List<String> receiveMessageAttributeNames) 
- 
maxBatchItems
- 
maxInflightReceiveBatchespublic ResponseBatchConfiguration.Builder maxInflightReceiveBatches(Integer maxInflightReceiveBatches) 
- 
maxDoneReceiveBatches
- 
build
 
-