static UpdateFunctionEventInvokeConfigResponse.Builder |
UpdateFunctionEventInvokeConfigResponse.builder() |
|
default UpdateFunctionEventInvokeConfigResponse.Builder |
UpdateFunctionEventInvokeConfigResponse.Builder.destinationConfig(Consumer<DestinationConfig.Builder> destinationConfig) |
A destination for events after they have been sent to a function for processing.
|
UpdateFunctionEventInvokeConfigResponse.Builder |
UpdateFunctionEventInvokeConfigResponse.Builder.destinationConfig(DestinationConfig destinationConfig) |
A destination for events after they have been sent to a function for processing.
|
UpdateFunctionEventInvokeConfigResponse.Builder |
UpdateFunctionEventInvokeConfigResponse.Builder.functionArn(String functionArn) |
The Amazon Resource Name (ARN) of the function.
|
UpdateFunctionEventInvokeConfigResponse.Builder |
UpdateFunctionEventInvokeConfigResponse.Builder.lastModified(Instant lastModified) |
The date and time that the configuration was last updated.
|
UpdateFunctionEventInvokeConfigResponse.Builder |
UpdateFunctionEventInvokeConfigResponse.Builder.maximumEventAgeInSeconds(Integer maximumEventAgeInSeconds) |
The maximum age of a request that Lambda sends to a function for processing.
|
UpdateFunctionEventInvokeConfigResponse.Builder |
UpdateFunctionEventInvokeConfigResponse.Builder.maximumRetryAttempts(Integer maximumRetryAttempts) |
The maximum number of times to retry when the function returns an error.
|
UpdateFunctionEventInvokeConfigResponse.Builder |
UpdateFunctionEventInvokeConfigResponse.toBuilder() |
|