| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda.model |
| Modifier and Type | Method and Description |
|---|---|
static PutFunctionEventInvokeConfigResponse.Builder |
PutFunctionEventInvokeConfigResponse.builder() |
default PutFunctionEventInvokeConfigResponse.Builder |
PutFunctionEventInvokeConfigResponse.Builder.destinationConfig(Consumer<DestinationConfig.Builder> destinationConfig)
A destination for events after they have been sent to a function for processing.
|
PutFunctionEventInvokeConfigResponse.Builder |
PutFunctionEventInvokeConfigResponse.Builder.destinationConfig(DestinationConfig destinationConfig)
A destination for events after they have been sent to a function for processing.
|
PutFunctionEventInvokeConfigResponse.Builder |
PutFunctionEventInvokeConfigResponse.Builder.functionArn(String functionArn)
The Amazon Resource Name (ARN) of the function.
|
PutFunctionEventInvokeConfigResponse.Builder |
PutFunctionEventInvokeConfigResponse.Builder.lastModified(Instant lastModified)
The date and time that the configuration was last updated.
|
PutFunctionEventInvokeConfigResponse.Builder |
PutFunctionEventInvokeConfigResponse.Builder.maximumEventAgeInSeconds(Integer maximumEventAgeInSeconds)
The maximum age of a request that Lambda sends to a function for processing.
|
PutFunctionEventInvokeConfigResponse.Builder |
PutFunctionEventInvokeConfigResponse.Builder.maximumRetryAttempts(Integer maximumRetryAttempts)
The maximum number of times to retry when the function returns an error.
|
PutFunctionEventInvokeConfigResponse.Builder |
PutFunctionEventInvokeConfigResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutFunctionEventInvokeConfigResponse.Builder> |
PutFunctionEventInvokeConfigResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.