Uses of Interface
software.amazon.awssdk.services.lambda.model.UpdateFunctionEventInvokeConfigRequest.Builder
-
Packages that use UpdateFunctionEventInvokeConfigRequest.Builder Package Description software.amazon.awssdk.services.lambda Lambda software.amazon.awssdk.services.lambda.model -
-
Uses of UpdateFunctionEventInvokeConfigRequest.Builder in software.amazon.awssdk.services.lambda
Method parameters in software.amazon.awssdk.services.lambda with type arguments of type UpdateFunctionEventInvokeConfigRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateFunctionEventInvokeConfigResponse>
LambdaAsyncClient. updateFunctionEventInvokeConfig(Consumer<UpdateFunctionEventInvokeConfigRequest.Builder> updateFunctionEventInvokeConfigRequest)
Updates the configuration for asynchronous invocation for a function, version, or alias.default UpdateFunctionEventInvokeConfigResponse
LambdaClient. updateFunctionEventInvokeConfig(Consumer<UpdateFunctionEventInvokeConfigRequest.Builder> updateFunctionEventInvokeConfigRequest)
Updates the configuration for asynchronous invocation for a function, version, or alias. -
Uses of UpdateFunctionEventInvokeConfigRequest.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return UpdateFunctionEventInvokeConfigRequest.Builder Modifier and Type Method Description static UpdateFunctionEventInvokeConfigRequest.Builder
UpdateFunctionEventInvokeConfigRequest. builder()
default UpdateFunctionEventInvokeConfigRequest.Builder
UpdateFunctionEventInvokeConfigRequest.Builder. destinationConfig(Consumer<DestinationConfig.Builder> destinationConfig)
A destination for events after they have been sent to a function for processing.UpdateFunctionEventInvokeConfigRequest.Builder
UpdateFunctionEventInvokeConfigRequest.Builder. destinationConfig(DestinationConfig destinationConfig)
A destination for events after they have been sent to a function for processing.UpdateFunctionEventInvokeConfigRequest.Builder
UpdateFunctionEventInvokeConfigRequest.Builder. functionName(String functionName)
The name or ARN of the Lambda function, version, or alias.UpdateFunctionEventInvokeConfigRequest.Builder
UpdateFunctionEventInvokeConfigRequest.Builder. maximumEventAgeInSeconds(Integer maximumEventAgeInSeconds)
The maximum age of a request that Lambda sends to a function for processing.UpdateFunctionEventInvokeConfigRequest.Builder
UpdateFunctionEventInvokeConfigRequest.Builder. maximumRetryAttempts(Integer maximumRetryAttempts)
The maximum number of times to retry when the function returns an error.UpdateFunctionEventInvokeConfigRequest.Builder
UpdateFunctionEventInvokeConfigRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
UpdateFunctionEventInvokeConfigRequest.Builder
UpdateFunctionEventInvokeConfigRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
UpdateFunctionEventInvokeConfigRequest.Builder
UpdateFunctionEventInvokeConfigRequest.Builder. qualifier(String qualifier)
A version number or alias name.UpdateFunctionEventInvokeConfigRequest.Builder
UpdateFunctionEventInvokeConfigRequest. toBuilder()
Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type UpdateFunctionEventInvokeConfigRequest.Builder Modifier and Type Method Description static Class<? extends UpdateFunctionEventInvokeConfigRequest.Builder>
UpdateFunctionEventInvokeConfigRequest. serializableBuilderClass()
-