Class ResponseBatchConfiguration.Builder
- java.lang.Object
-
- software.amazon.awssdk.services.sqs.internal.batchmanager.ResponseBatchConfiguration.Builder
-
- Enclosing class:
- ResponseBatchConfiguration
public static class ResponseBatchConfiguration.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponseBatchConfiguration
build()
ResponseBatchConfiguration.Builder
maxBatchItems(Integer maxBatchItems)
ResponseBatchConfiguration.Builder
maxDoneReceiveBatches(Integer maxDoneReceiveBatches)
ResponseBatchConfiguration.Builder
maxInflightReceiveBatches(Integer maxInflightReceiveBatches)
ResponseBatchConfiguration.Builder
messageMinWaitDuration(Duration messageMinWaitDuration)
ResponseBatchConfiguration.Builder
messageSystemAttributeNames(List<MessageSystemAttributeName> messageSystemAttributeNames)
ResponseBatchConfiguration.Builder
receiveMessageAttributeNames(List<String> receiveMessageAttributeNames)
ResponseBatchConfiguration.Builder
visibilityTimeout(Duration visibilityTimeout)
-
-
-
Method Detail
-
visibilityTimeout
public ResponseBatchConfiguration.Builder visibilityTimeout(Duration visibilityTimeout)
-
messageMinWaitDuration
public ResponseBatchConfiguration.Builder messageMinWaitDuration(Duration messageMinWaitDuration)
-
messageSystemAttributeNames
public ResponseBatchConfiguration.Builder messageSystemAttributeNames(List<MessageSystemAttributeName> messageSystemAttributeNames)
-
receiveMessageAttributeNames
public ResponseBatchConfiguration.Builder receiveMessageAttributeNames(List<String> receiveMessageAttributeNames)
-
maxBatchItems
public ResponseBatchConfiguration.Builder maxBatchItems(Integer maxBatchItems)
-
maxInflightReceiveBatches
public ResponseBatchConfiguration.Builder maxInflightReceiveBatches(Integer maxInflightReceiveBatches)
-
maxDoneReceiveBatches
public ResponseBatchConfiguration.Builder maxDoneReceiveBatches(Integer maxDoneReceiveBatches)
-
build
public ResponseBatchConfiguration build()
-
-