Uses of Class
software.amazon.awscdk.triggers.Trigger.Builder
Packages that use Trigger.Builder
-
Uses of Trigger.Builder in software.amazon.awscdk.triggers
Methods in software.amazon.awscdk.triggers that return Trigger.BuilderModifier and TypeMethodDescriptionstatic Trigger.BuilderTrigger.Builder.executeAfter(List<? extends software.constructs.Construct> executeAfter) Adds trigger dependencies.Trigger.Builder.executeBefore(List<? extends software.constructs.Construct> executeBefore) Adds this trigger as a dependency on other constructs.Trigger.Builder.executeOnHandlerChange(Boolean executeOnHandlerChange) Re-executes the trigger every time the handler changes.The AWS Lambda function of the handler to execute.Trigger.Builder.invocationType(InvocationType invocationType) The invocation type to invoke the Lambda function with.The timeout of the invocation call of the Lambda function to be triggered.