@Stability(value=Experimental) public static final class LambdaFunctionProps.Builder extends Object implements software.amazon.jsii.Builder<LambdaFunctionProps>
LambdaFunctionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
LambdaFunctionProps |
build()
Builds the configured instance.
|
LambdaFunctionProps.Builder |
event(RuleTargetInput event)
Sets the value of
LambdaFunctionProps.getEvent() |
@Stability(value=Experimental) public LambdaFunctionProps.Builder event(RuleTargetInput event)
LambdaFunctionProps.getEvent()event - The event to send to the Lambda.
This will be the payload sent to the Lambda Function.this@Stability(value=Experimental) public LambdaFunctionProps build()
build in interface software.amazon.jsii.Builder<LambdaFunctionProps>LambdaFunctionPropsNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.