Uses of Interface
software.amazon.awssdk.services.lambda.model.DurableConfig.Builder
Packages that use DurableConfig.Builder
-
Uses of DurableConfig.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return DurableConfig.BuilderModifier and TypeMethodDescriptionstatic DurableConfig.BuilderDurableConfig.builder()DurableConfig.Builder.executionTimeout(Integer executionTimeout) The maximum time (in seconds) that a durable execution can run before timing out.The ARN of the Key Management Service (KMS) customer managed key that is used to encrypt your durable execution's payload data, including input, output, and error payloads.DurableConfig.Builder.retentionPeriodInDays(Integer retentionPeriodInDays) The number of days to retain execution history after a durable execution completes.DurableConfig.toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type DurableConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DurableConfig.Builder>DurableConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type DurableConfig.BuilderModifier and TypeMethodDescriptiondefault CreateFunctionRequest.BuilderCreateFunctionRequest.Builder.durableConfig(Consumer<DurableConfig.Builder> durableConfig) Configuration settings for durable functions.default CreateFunctionResponse.BuilderCreateFunctionResponse.Builder.durableConfig(Consumer<DurableConfig.Builder> durableConfig) The function's durable execution configuration settings, if the function is configured for durability.default FunctionConfiguration.BuilderFunctionConfiguration.Builder.durableConfig(Consumer<DurableConfig.Builder> durableConfig) The function's durable execution configuration settings, if the function is configured for durability.GetDurableExecutionResponse.Builder.durableConfig(Consumer<DurableConfig.Builder> durableConfig) Configuration settings for the durable execution, including execution timeout, retention period for execution history, and an optional ARN of the Key Management Service (KMS) customer managed key that is used to encrypt your durable execution's payload data, including input, output, and error payloads.GetFunctionConfigurationResponse.Builder.durableConfig(Consumer<DurableConfig.Builder> durableConfig) The function's durable execution configuration settings, if the function is configured for durability.default PublishVersionResponse.BuilderPublishVersionResponse.Builder.durableConfig(Consumer<DurableConfig.Builder> durableConfig) The function's durable execution configuration settings, if the function is configured for durability.UpdateFunctionCodeResponse.Builder.durableConfig(Consumer<DurableConfig.Builder> durableConfig) The function's durable execution configuration settings, if the function is configured for durability.UpdateFunctionConfigurationRequest.Builder.durableConfig(Consumer<DurableConfig.Builder> durableConfig) Configuration settings for durable functions, including execution timeout, retention period for execution history, and an optional ARN of the Key Management Service (KMS) customer managed key that is used to encrypt your durable execution's payload data, including input, output, and error payloads.UpdateFunctionConfigurationResponse.Builder.durableConfig(Consumer<DurableConfig.Builder> durableConfig) The function's durable execution configuration settings, if the function is configured for durability.