Class LambdaFunctionProcessor.Builder
java.lang.Object
software.amazon.awscdk.services.kinesisfirehose.alpha.LambdaFunctionProcessor.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<LambdaFunctionProcessor>
- Enclosing class:
LambdaFunctionProcessor
@Stability(Deprecated)
@Deprecated
public static final class LambdaFunctionProcessor.Builder
extends Object
implements software.amazon.jsii.Builder<LambdaFunctionProcessor>
Deprecated.
(deprecated) A fluent builder for
LambdaFunctionProcessor
.-
Method Summary
Modifier and TypeMethodDescriptionbufferInterval
(Duration bufferInterval) Deprecated.bufferSize
(Size bufferSize) Deprecated.build()
Deprecated.Deprecated.Deprecated.
-
Method Details
-
create
@Stability(Deprecated) @Deprecated public static LambdaFunctionProcessor.Builder create(IFunction lambdaFunction) Deprecated.- Parameters:
lambdaFunction
- This parameter is required.- Returns:
- a new instance of
LambdaFunctionProcessor.Builder
.
-
bufferInterval
@Stability(Deprecated) @Deprecated public LambdaFunctionProcessor.Builder bufferInterval(Duration bufferInterval) Deprecated.(deprecated) The length of time Kinesis Data Firehose will buffer incoming data before calling the processor.s
Default: Duration.minutes(1)
- Parameters:
bufferInterval
- The length of time Kinesis Data Firehose will buffer incoming data before calling the processor. This parameter is required.- Returns:
this
-
bufferSize
@Stability(Deprecated) @Deprecated public LambdaFunctionProcessor.Builder bufferSize(Size bufferSize) Deprecated.(deprecated) The amount of incoming data Kinesis Data Firehose will buffer before calling the processor.Default: Size.mebibytes(3)
- Parameters:
bufferSize
- The amount of incoming data Kinesis Data Firehose will buffer before calling the processor. This parameter is required.- Returns:
this
-
retries
Deprecated.(deprecated) The number of times Kinesis Data Firehose will retry the processor invocation after a failure due to network timeout or invocation limits.Default: 3
- Parameters:
retries
- The number of times Kinesis Data Firehose will retry the processor invocation after a failure due to network timeout or invocation limits. This parameter is required.- Returns:
this
-
build
Deprecated.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<LambdaFunctionProcessor>
- Returns:
- a newly built instance of
LambdaFunctionProcessor
.
-