@Stability(value=Stable) public static final class CfnAlert.LambdaConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnAlert.LambdaConfigurationProperty>
CfnAlert.LambdaConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAlert.LambdaConfigurationProperty |
build()
Builds the configured instance.
|
CfnAlert.LambdaConfigurationProperty.Builder |
lambdaArn(String lambdaArn)
Sets the value of
CfnAlert.LambdaConfigurationProperty.getLambdaArn() |
CfnAlert.LambdaConfigurationProperty.Builder |
roleArn(String roleArn)
Sets the value of
CfnAlert.LambdaConfigurationProperty.getRoleArn() |
@Stability(value=Stable) public CfnAlert.LambdaConfigurationProperty.Builder lambdaArn(String lambdaArn)
CfnAlert.LambdaConfigurationProperty.getLambdaArn()lambdaArn - The ARN of the Lambda function. This parameter is required.this@Stability(value=Stable) public CfnAlert.LambdaConfigurationProperty.Builder roleArn(String roleArn)
CfnAlert.LambdaConfigurationProperty.getRoleArn()roleArn - The ARN of an IAM role that has permission to invoke the Lambda function. This parameter is required.this@Stability(value=Stable) public CfnAlert.LambdaConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnAlert.LambdaConfigurationProperty>CfnAlert.LambdaConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.