Uses of Class
software.amazon.awscdk.services.sam.CfnFunction.EventInvokeConfigProperty.Builder
Packages that use CfnFunction.EventInvokeConfigProperty.Builder
Package
Description
AWS Serverless Application Model Construct Library
-
Uses of CfnFunction.EventInvokeConfigProperty.Builder in software.amazon.awscdk.services.sam
Methods in software.amazon.awscdk.services.sam that return CfnFunction.EventInvokeConfigProperty.BuilderModifier and TypeMethodDescriptionCfnFunction.EventInvokeConfigProperty.builder()
CfnFunction.EventInvokeConfigProperty.Builder.destinationConfig
(IResolvable destinationConfig) Sets the value ofCfnFunction.EventInvokeConfigProperty.getDestinationConfig()
CfnFunction.EventInvokeConfigProperty.Builder.destinationConfig
(CfnFunction.EventInvokeDestinationConfigProperty destinationConfig) Sets the value ofCfnFunction.EventInvokeConfigProperty.getDestinationConfig()
CfnFunction.EventInvokeConfigProperty.Builder.maximumEventAgeInSeconds
(Number maximumEventAgeInSeconds) Sets the value ofCfnFunction.EventInvokeConfigProperty.getMaximumEventAgeInSeconds()
CfnFunction.EventInvokeConfigProperty.Builder.maximumRetryAttempts
(Number maximumRetryAttempts) Sets the value ofCfnFunction.EventInvokeConfigProperty.getMaximumRetryAttempts()
Constructors in software.amazon.awscdk.services.sam with parameters of type CfnFunction.EventInvokeConfigProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFunction.EventInvokeConfigProperty.Builder
.