| Modifier and Type | Method and Description |
|---|---|
Lambda |
build() |
static Lambda.Builder |
create() |
Lambda.Builder |
function(IFunction function)
(experimental) The Lambda function to invoke.
|
Lambda.Builder |
invocationType(LambdaInvocationType invocationType)
(experimental) The invocation type of the Lambda function.
|
Lambda.Builder |
topic(ITopic topic)
(experimental) The SNS topic to notify when the Lambda action is taken.
|
@Stability(value=Experimental) public static Lambda.Builder create()
Lambda.Builder.@Stability(value=Experimental) public Lambda.Builder function(IFunction function)
function - The Lambda function to invoke. This parameter is required.this@Stability(value=Experimental) public Lambda.Builder invocationType(LambdaInvocationType invocationType)
Default: Event
invocationType - The invocation type of the Lambda function. This parameter is required.this@Stability(value=Experimental) public Lambda.Builder topic(ITopic topic)
Default: no notification
topic - The SNS topic to notify when the Lambda action is taken. This parameter is required.thisCopyright © 2021. All rights reserved.