| Modifier and Type | Method and Description |
|---|---|
LambdaFunctionProcessor.Builder |
LambdaFunctionProcessor.Builder.bufferInterval(Duration bufferInterval)
(experimental) The length of time Kinesis Data Firehose will buffer incoming data before calling the processor.
|
LambdaFunctionProcessor.Builder |
LambdaFunctionProcessor.Builder.bufferSize(Size bufferSize)
(experimental) The amount of incoming data Kinesis Data Firehose will buffer before calling the processor.
|
static LambdaFunctionProcessor.Builder |
LambdaFunctionProcessor.Builder.create(IFunction lambdaFunction) |
LambdaFunctionProcessor.Builder |
LambdaFunctionProcessor.Builder.retries(Number retries)
(experimental) The number of times Kinesis Data Firehose will retry the processor invocation after a failure due to network timeout or invocation limits.
|
Copyright © 2022. All rights reserved.