Uses of Class
software.amazon.awscdk.services.lambda.EventInvokeConfigProps.Builder
-
Uses of EventInvokeConfigProps.Builder in software.amazon.awscdk.services.lambda
Modifier and TypeMethodDescriptionEventInvokeConfigProps.builder()
Sets the value ofEventInvokeConfigProps.getFunction()
EventInvokeConfigProps.Builder.maxEventAge
(Duration maxEventAge) Sets the value ofEventInvokeConfigOptions.getMaxEventAge()
EventInvokeConfigProps.Builder.onFailure
(IDestination onFailure) Sets the value ofEventInvokeConfigOptions.getOnFailure()
EventInvokeConfigProps.Builder.onSuccess
(IDestination onSuccess) Sets the value ofEventInvokeConfigOptions.getOnSuccess()
Sets the value ofEventInvokeConfigProps.getQualifier()
EventInvokeConfigProps.Builder.retryAttempts
(Number retryAttempts) Sets the value ofEventInvokeConfigOptions.getRetryAttempts()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(EventInvokeConfigProps.Builder builder) Constructor that initializes the object based on literal property values passed by theEventInvokeConfigProps.Builder
.