| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
LambdaActivity |
LambdaActivity.clone() |
LambdaActivity |
PipelineActivity.getLambda()
Runs a Lambda function to modify the message.
|
LambdaActivity |
LambdaActivity.withBatchSize(Integer batchSize)
The number of messages passed to the Lambda function for processing.
|
LambdaActivity |
LambdaActivity.withLambdaName(String lambdaName)
The name of the Lambda function that is run on the message.
|
LambdaActivity |
LambdaActivity.withName(String name)
The name of the lambda activity.
|
LambdaActivity |
LambdaActivity.withNext(String next)
The next activity in the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineActivity.setLambda(LambdaActivity lambda)
Runs a Lambda function to modify the message.
|
PipelineActivity |
PipelineActivity.withLambda(LambdaActivity lambda)
Runs a Lambda function to modify the message.
|
Copyright © 2024. All rights reserved.