public static interface LambdaActivity.Builder extends SdkPojo, CopyableBuilder<LambdaActivity.Builder,LambdaActivity>
Modifier and Type | Method and Description |
---|---|
LambdaActivity.Builder |
batchSize(Integer batchSize)
The number of messages passed to the Lambda function for processing.
|
LambdaActivity.Builder |
lambdaName(String lambdaName)
The name of the Lambda function that is run on the message.
|
LambdaActivity.Builder |
name(String name)
The name of the 'lambda' activity.
|
LambdaActivity.Builder |
next(String next)
The next activity in the pipeline.
|
copy
applyMutation, build
LambdaActivity.Builder name(String name)
The name of the 'lambda' activity.
name
- The name of the 'lambda' activity.LambdaActivity.Builder lambdaName(String lambdaName)
The name of the Lambda function that is run on the message.
lambdaName
- The name of the Lambda function that is run on the message.LambdaActivity.Builder batchSize(Integer batchSize)
The number of messages passed to the Lambda function for processing.
The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.
batchSize
- The number of messages passed to the Lambda function for processing.
The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.
LambdaActivity.Builder next(String next)
The next activity in the pipeline.
next
- The next activity in the pipeline.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.