Uses of Class
software.amazon.awscdk.services.lambda.CfnEventInvokeConfigProps.Builder
-
Uses of CfnEventInvokeConfigProps.Builder in software.amazon.awscdk.services.lambda
Modifier and TypeMethodDescriptionCfnEventInvokeConfigProps.builder()
CfnEventInvokeConfigProps.Builder.destinationConfig
(IResolvable destinationConfig) Sets the value ofCfnEventInvokeConfigProps.getDestinationConfig()
CfnEventInvokeConfigProps.Builder.destinationConfig
(CfnEventInvokeConfig.DestinationConfigProperty destinationConfig) Sets the value ofCfnEventInvokeConfigProps.getDestinationConfig()
CfnEventInvokeConfigProps.Builder.functionName
(String functionName) Sets the value ofCfnEventInvokeConfigProps.getFunctionName()
CfnEventInvokeConfigProps.Builder.maximumEventAgeInSeconds
(Number maximumEventAgeInSeconds) Sets the value ofCfnEventInvokeConfigProps.getMaximumEventAgeInSeconds()
CfnEventInvokeConfigProps.Builder.maximumRetryAttempts
(Number maximumRetryAttempts) Sets the value ofCfnEventInvokeConfigProps.getMaximumRetryAttempts()
Sets the value ofCfnEventInvokeConfigProps.getQualifier()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnEventInvokeConfigProps.Builder
.