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 ResponseBatchConfigurationbuild()ResponseBatchConfiguration.BuildermaxBatchItems(Integer maxBatchItems)ResponseBatchConfiguration.BuildermaxDoneReceiveBatches(Integer maxDoneReceiveBatches)ResponseBatchConfiguration.BuildermaxInflightReceiveBatches(Integer maxInflightReceiveBatches)ResponseBatchConfiguration.BuildermessageMinWaitDuration(Duration messageMinWaitDuration)ResponseBatchConfiguration.BuildermessageSystemAttributeNames(List<MessageSystemAttributeName> messageSystemAttributeNames)ResponseBatchConfiguration.BuilderreceiveMessageAttributeNames(List<String> receiveMessageAttributeNames)ResponseBatchConfiguration.BuildervisibilityTimeout(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()
-
-