| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
InputLambdaProcessor |
InputLambdaProcessor.clone() |
InputLambdaProcessor |
InputProcessingConfiguration.getInputLambdaProcessor()
The InputLambdaProcessor that is used to preprocess the records in the stream before being processed by
your application code.
|
InputLambdaProcessor |
InputLambdaProcessor.withResourceARN(String resourceARN)
The ARN of the Amazon Lambda function that operates on records in the stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InputProcessingConfiguration.setInputLambdaProcessor(InputLambdaProcessor inputLambdaProcessor)
The InputLambdaProcessor that is used to preprocess the records in the stream before being processed by
your application code.
|
InputProcessingConfiguration |
InputProcessingConfiguration.withInputLambdaProcessor(InputLambdaProcessor inputLambdaProcessor)
The InputLambdaProcessor that is used to preprocess the records in the stream before being processed by
your application code.
|
Copyright © 2023. All rights reserved.