Class ResponseBatchConfiguration.Builder
java.lang.Object
software.amazon.awssdk.services.sqs.internal.batchmanager.ResponseBatchConfiguration.Builder
- Enclosing class:
ResponseBatchConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
Builder
public Builder()
-
-
Method Details
-
visibilityTimeout
-
messageMinWaitDuration
-
messageSystemAttributeNames
public ResponseBatchConfiguration.Builder messageSystemAttributeNames(List<MessageSystemAttributeName> messageSystemAttributeNames) -
receiveMessageAttributeNames
public ResponseBatchConfiguration.Builder receiveMessageAttributeNames(List<String> receiveMessageAttributeNames) -
maxBatchItems
-
maxInflightReceiveBatches
public ResponseBatchConfiguration.Builder maxInflightReceiveBatches(Integer maxInflightReceiveBatches) -
maxDoneReceiveBatches
-
build
-