@Stability(value=Stable) public static final class CfnApplicationOutputV2.LambdaOutputProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApplicationOutputV2.LambdaOutputProperty>
CfnApplicationOutputV2.LambdaOutputProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplicationOutputV2.LambdaOutputProperty |
build()
Builds the configured instance.
|
CfnApplicationOutputV2.LambdaOutputProperty.Builder |
resourceArn(String resourceArn)
Sets the value of
CfnApplicationOutputV2.LambdaOutputProperty.getResourceArn() |
@Stability(value=Stable) public CfnApplicationOutputV2.LambdaOutputProperty.Builder resourceArn(String resourceArn)
CfnApplicationOutputV2.LambdaOutputProperty.getResourceArn()resourceArn - The Amazon Resource Name (ARN) of the destination Lambda function to write to. 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 CfnApplicationOutputV2.LambdaOutputProperty build()
build in interface software.amazon.jsii.Builder<CfnApplicationOutputV2.LambdaOutputProperty>CfnApplicationOutputV2.LambdaOutputPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.