public abstract static class BatchingSettings.Builder extends Object
BatchingSettings for a description of the different
values that can be set.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
BatchingSettings |
build()
Build the BatchingSettings object.
|
abstract BatchingSettings.Builder |
setElementCountThreshold(int elementCountThreshold)
Set the element count threshold to use for batching.
|
abstract BatchingSettings.Builder |
setRequestByteThreshold(long requestByteThreshold)
Set the request byte threshold to use for batching.
|
public abstract BatchingSettings.Builder setElementCountThreshold(int elementCountThreshold)
public abstract BatchingSettings.Builder setRequestByteThreshold(long requestByteThreshold)
public BatchingSettings build()