Uses of Class
software.amazon.awscdk.services.sam.CfnFunction.EventInvokeDestinationConfigProperty.Builder
Package
Description
AWS Serverless Application Model Construct Library
-
Uses of CfnFunction.EventInvokeDestinationConfigProperty.Builder in software.amazon.awscdk.services.sam
Modifier and TypeMethodDescriptionCfnFunction.EventInvokeDestinationConfigProperty.builder()
CfnFunction.EventInvokeDestinationConfigProperty.Builder.onFailure
(IResolvable onFailure) Sets the value ofCfnFunction.EventInvokeDestinationConfigProperty.getOnFailure()
CfnFunction.EventInvokeDestinationConfigProperty.Builder.onFailure
(CfnFunction.DestinationProperty onFailure) Sets the value ofCfnFunction.EventInvokeDestinationConfigProperty.getOnFailure()
CfnFunction.EventInvokeDestinationConfigProperty.Builder.onSuccess
(IResolvable onSuccess) Sets the value ofCfnFunction.EventInvokeDestinationConfigProperty.getOnSuccess()
CfnFunction.EventInvokeDestinationConfigProperty.Builder.onSuccess
(CfnFunction.DestinationProperty onSuccess) Sets the value ofCfnFunction.EventInvokeDestinationConfigProperty.getOnSuccess()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFunction.EventInvokeDestinationConfigProperty.Builder
.