Uses of Class
software.amazon.awssdk.services.sqs.internal.batchmanager.ResponseBatchConfiguration.Builder
Packages that use ResponseBatchConfiguration.Builder
-
Uses of ResponseBatchConfiguration.Builder in software.amazon.awssdk.services.sqs.internal.batchmanager
Methods in software.amazon.awssdk.services.sqs.internal.batchmanager that return ResponseBatchConfiguration.BuilderModifier and TypeMethodDescriptionResponseBatchConfiguration.builder()ResponseBatchConfiguration.builder(BatchOverrideConfiguration overrideConfiguration) 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)