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