Package | Description |
---|---|
com.amazonaws.services.kinesisanalytics.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 AWS Lambda function that operates on records in
the stream.
|
InputLambdaProcessor |
InputLambdaProcessor.withRoleARN(String roleARN)
The ARN of the IAM role that is used to access the AWS Lambda function.
|
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.