Uses of Class
software.amazon.awscdk.integtests.alpha.LambdaInvokeFunction.Builder
-
Uses of LambdaInvokeFunction.Builder in software.amazon.awscdk.integtests.alpha
Modifier and TypeMethodDescriptionstatic LambdaInvokeFunction.Builder
LambdaInvokeFunction.Builder.functionName
(String functionName) (experimental) The name of the function to invoke.LambdaInvokeFunction.Builder.invocationType
(InvocationType invocationType) (experimental) The type of invocation to use.LambdaInvokeFunction.Builder.logRetention
(RetentionDays logRetention) (experimental) How long, in days, the log contents will be retained.(experimental) Whether to return the logs as part of the response.(experimental) Payload to send as part of the invoke.