Uses of Class
software.amazon.awscdk.services.lambda.EventInvokeConfigOptions.Builder
Packages that use EventInvokeConfigOptions.Builder
-
Uses of EventInvokeConfigOptions.Builder in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return EventInvokeConfigOptions.BuilderModifier and TypeMethodDescriptionEventInvokeConfigOptions.builder()EventInvokeConfigOptions.Builder.maxEventAge(Duration maxEventAge) Sets the value ofEventInvokeConfigOptions.getMaxEventAge()EventInvokeConfigOptions.Builder.onFailure(IDestination onFailure) Sets the value ofEventInvokeConfigOptions.getOnFailure()EventInvokeConfigOptions.Builder.onSuccess(IDestination onSuccess) Sets the value ofEventInvokeConfigOptions.getOnSuccess()EventInvokeConfigOptions.Builder.retryAttempts(Number retryAttempts) Sets the value ofEventInvokeConfigOptions.getRetryAttempts()Constructors in software.amazon.awscdk.services.lambda with parameters of type EventInvokeConfigOptions.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theEventInvokeConfigOptions.Builder.