| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static EventInvokeConfigOptions.Builder |
EventInvokeConfigOptions.builder() |
EventInvokeConfigOptions.Builder |
EventInvokeConfigOptions.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
EventInvokeConfigOptions.Builder |
EventInvokeConfigOptions.Builder.onFailure(IDestination onFailure)
Sets the value of
EventInvokeConfigOptions.getOnFailure() |
EventInvokeConfigOptions.Builder |
EventInvokeConfigOptions.Builder.onSuccess(IDestination onSuccess)
Sets the value of
EventInvokeConfigOptions.getOnSuccess() |
EventInvokeConfigOptions.Builder |
EventInvokeConfigOptions.Builder.retryAttempts(Number retryAttempts)
Sets the value of
EventInvokeConfigOptions.getRetryAttempts() |
Copyright © 2021. All rights reserved.