Class RequestBatchConfiguration.Builder
- java.lang.Object
-
- software.amazon.awssdk.services.sqs.internal.batchmanager.RequestBatchConfiguration.Builder
-
- Enclosing class:
- RequestBatchConfiguration
public static final class RequestBatchConfiguration.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RequestBatchConfiguration
build()
RequestBatchConfiguration.Builder
maxBatchBytesSize(Integer maxBatchBytesSize)
RequestBatchConfiguration.Builder
maxBatchItems(Integer maxBatchItems)
RequestBatchConfiguration.Builder
maxBatchKeys(Integer maxBatchKeys)
RequestBatchConfiguration.Builder
maxBufferSize(Integer maxBufferSize)
RequestBatchConfiguration.Builder
sendRequestFrequency(Duration sendRequestFrequency)
-
-
-
Method Detail
-
maxBatchItems
public RequestBatchConfiguration.Builder maxBatchItems(Integer maxBatchItems)
-
maxBatchKeys
public RequestBatchConfiguration.Builder maxBatchKeys(Integer maxBatchKeys)
-
maxBufferSize
public RequestBatchConfiguration.Builder maxBufferSize(Integer maxBufferSize)
-
sendRequestFrequency
public RequestBatchConfiguration.Builder sendRequestFrequency(Duration sendRequestFrequency)
-
maxBatchBytesSize
public RequestBatchConfiguration.Builder maxBatchBytesSize(Integer maxBatchBytesSize)
-
build
public RequestBatchConfiguration build()
-
-