@Stability(value=Stable) public static final class CfnPipeline.LambdaProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnPipeline.LambdaProperty>
CfnPipeline.LambdaProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPipeline.LambdaProperty.Builder |
batchSize(Number batchSize)
Sets the value of
CfnPipeline.LambdaProperty.getBatchSize() |
CfnPipeline.LambdaProperty |
build()
Builds the configured instance.
|
CfnPipeline.LambdaProperty.Builder |
lambdaName(String lambdaName)
Sets the value of
CfnPipeline.LambdaProperty.getLambdaName() |
CfnPipeline.LambdaProperty.Builder |
name(String name)
Sets the value of
CfnPipeline.LambdaProperty.getName() |
CfnPipeline.LambdaProperty.Builder |
next(String next)
Sets the value of
CfnPipeline.LambdaProperty.getNext() |
@Stability(value=Stable) public CfnPipeline.LambdaProperty.Builder batchSize(Number batchSize)
CfnPipeline.LambdaProperty.getBatchSize()batchSize - The number of messages passed to the Lambda function for processing. This parameter is required.
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.this@Stability(value=Stable) public CfnPipeline.LambdaProperty.Builder lambdaName(String lambdaName)
CfnPipeline.LambdaProperty.getLambdaName()lambdaName - The name of the Lambda function that is run on the message. This parameter is required.this@Stability(value=Stable) public CfnPipeline.LambdaProperty.Builder name(String name)
CfnPipeline.LambdaProperty.getName()name - The name of the 'lambda' activity. This parameter is required.this@Stability(value=Stable) public CfnPipeline.LambdaProperty.Builder next(String next)
CfnPipeline.LambdaProperty.getNext()next - The next activity in the pipeline.this@Stability(value=Stable) public CfnPipeline.LambdaProperty build()
build in interface software.amazon.jsii.Builder<CfnPipeline.LambdaProperty>CfnPipeline.LambdaPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.