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