Uses of Class
software.amazon.awscdk.services.sam.CfnFunction.EventInvokeConfigProperty.Builder
Package
Description
AWS Serverless Application Model Construct Library
-
Uses of CfnFunction.EventInvokeConfigProperty.Builder in software.amazon.awscdk.services.sam
Modifier 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()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFunction.EventInvokeConfigProperty.Builder
.