@Stability(value=Stable) public static final class LambdaActionConfig.Builder extends Object implements software.amazon.jsii.Builder<LambdaActionConfig>
LambdaActionConfig| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
LambdaActionConfig |
build()
Builds the configured instance.
|
LambdaActionConfig.Builder |
functionArn(String functionArn)
Sets the value of
LambdaActionConfig.getFunctionArn() |
LambdaActionConfig.Builder |
invocationType(String invocationType)
Sets the value of
LambdaActionConfig.getInvocationType() |
LambdaActionConfig.Builder |
topicArn(String topicArn)
Sets the value of
LambdaActionConfig.getTopicArn() |
@Stability(value=Stable) public LambdaActionConfig.Builder functionArn(String functionArn)
LambdaActionConfig.getFunctionArn()functionArn - The Amazon Resource Name (ARN) of the AWS Lambda function. This parameter is required.this@Stability(value=Stable) public LambdaActionConfig.Builder invocationType(String invocationType)
LambdaActionConfig.getInvocationType()invocationType - The invocation type of the AWS Lambda function.this@Stability(value=Stable) public LambdaActionConfig.Builder topicArn(String topicArn)
LambdaActionConfig.getTopicArn()topicArn - The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is executed.this@Stability(value=Stable) public LambdaActionConfig build()
build in interface software.amazon.jsii.Builder<LambdaActionConfig>LambdaActionConfigNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.