@Stability(value=Stable) public static final class CfnApplicationV2.InputLambdaProcessorProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApplicationV2.InputLambdaProcessorProperty>
CfnApplicationV2.InputLambdaProcessorProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplicationV2.InputLambdaProcessorProperty |
build()
Builds the configured instance.
|
CfnApplicationV2.InputLambdaProcessorProperty.Builder |
resourceArn(String resourceArn)
Sets the value of
CfnApplicationV2.InputLambdaProcessorProperty.getResourceArn() |
@Stability(value=Stable) public CfnApplicationV2.InputLambdaProcessorProperty.Builder resourceArn(String resourceArn)
CfnApplicationV2.InputLambdaProcessorProperty.getResourceArn()resourceArn - The ARN of the Amazon Lambda function that operates on records in the stream. This parameter is required.
To specify an earlier version of the Lambda function than the latest, include the Lambda function version in the Lambda function ARN. For more information about Lambda ARNs, see Example ARNs: Amazon Lambda
this@Stability(value=Stable) public CfnApplicationV2.InputLambdaProcessorProperty build()
build in interface software.amazon.jsii.Builder<CfnApplicationV2.InputLambdaProcessorProperty>CfnApplicationV2.InputLambdaProcessorPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.