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