@Stability(value=Stable) public static final class CfnApplication.InputLambdaProcessorProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApplication.InputLambdaProcessorProperty>
CfnApplication.InputLambdaProcessorProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplication.InputLambdaProcessorProperty |
build()
Builds the configured instance.
|
CfnApplication.InputLambdaProcessorProperty.Builder |
resourceArn(String resourceArn)
Sets the value of
CfnApplication.InputLambdaProcessorProperty.getResourceArn() |
@Stability(value=Stable) public CfnApplication.InputLambdaProcessorProperty.Builder resourceArn(String resourceArn)
CfnApplication.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 CfnApplication.InputLambdaProcessorProperty build()
build in interface software.amazon.jsii.Builder<CfnApplication.InputLambdaProcessorProperty>CfnApplication.InputLambdaProcessorPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.