Uses of Class
software.amazon.awscdk.services.lambda.EventInvokeConfigProps.Builder
Packages that use EventInvokeConfigProps.Builder
-
Uses of EventInvokeConfigProps.Builder in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return EventInvokeConfigProps.BuilderModifier 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()Constructors in software.amazon.awscdk.services.lambda with parameters of type EventInvokeConfigProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(EventInvokeConfigProps.Builder builder) Constructor that initializes the object based on literal property values passed by theEventInvokeConfigProps.Builder.