Uses of Interface
software.amazon.awssdk.services.lambda.model.GetFunctionEventInvokeConfigResponse.Builder
Packages that use GetFunctionEventInvokeConfigResponse.Builder
-
Uses of GetFunctionEventInvokeConfigResponse.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return GetFunctionEventInvokeConfigResponse.BuilderModifier and TypeMethodDescriptionGetFunctionEventInvokeConfigResponse.builder()GetFunctionEventInvokeConfigResponse.Builder.destinationConfig(Consumer<DestinationConfig.Builder> destinationConfig) A destination for events after they have been sent to a function for processing.GetFunctionEventInvokeConfigResponse.Builder.destinationConfig(DestinationConfig destinationConfig) A destination for events after they have been sent to a function for processing.GetFunctionEventInvokeConfigResponse.Builder.functionArn(String functionArn) The Amazon Resource Name (ARN) of the function.GetFunctionEventInvokeConfigResponse.Builder.lastModified(Instant lastModified) The date and time that the configuration was last updated.GetFunctionEventInvokeConfigResponse.Builder.maximumEventAgeInSeconds(Integer maximumEventAgeInSeconds) The maximum age of a request that Lambda sends to a function for processing.GetFunctionEventInvokeConfigResponse.Builder.maximumRetryAttempts(Integer maximumRetryAttempts) The maximum number of times to retry when the function returns an error.GetFunctionEventInvokeConfigResponse.toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type GetFunctionEventInvokeConfigResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetFunctionEventInvokeConfigResponse.Builder>GetFunctionEventInvokeConfigResponse.serializableBuilderClass()