@Stability(value=Stable) public static final class CfnAlarmModel.LambdaProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnAlarmModel.LambdaProperty>
CfnAlarmModel.LambdaProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAlarmModel.LambdaProperty |
build()
Builds the configured instance.
|
CfnAlarmModel.LambdaProperty.Builder |
functionArn(String functionArn)
Sets the value of
CfnAlarmModel.LambdaProperty.getFunctionArn() |
CfnAlarmModel.LambdaProperty.Builder |
payload(CfnAlarmModel.PayloadProperty payload)
Sets the value of
CfnAlarmModel.LambdaProperty.getPayload() |
CfnAlarmModel.LambdaProperty.Builder |
payload(IResolvable payload)
Sets the value of
CfnAlarmModel.LambdaProperty.getPayload() |
@Stability(value=Stable) public CfnAlarmModel.LambdaProperty.Builder functionArn(String functionArn)
CfnAlarmModel.LambdaProperty.getFunctionArn()functionArn - The ARN of the Lambda function that is executed. This parameter is required.this@Stability(value=Stable) public CfnAlarmModel.LambdaProperty.Builder payload(CfnAlarmModel.PayloadProperty payload)
CfnAlarmModel.LambdaProperty.getPayload()payload - You can configure the action payload when you send a message to a Lambda function.this@Stability(value=Stable) public CfnAlarmModel.LambdaProperty.Builder payload(IResolvable payload)
CfnAlarmModel.LambdaProperty.getPayload()payload - You can configure the action payload when you send a message to a Lambda function.this@Stability(value=Stable) public CfnAlarmModel.LambdaProperty build()
build in interface software.amazon.jsii.Builder<CfnAlarmModel.LambdaProperty>CfnAlarmModel.LambdaPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.