Uses of Interface
software.amazon.awssdk.services.lambda.model.CheckpointDurableExecutionRequest.Builder
Packages that use CheckpointDurableExecutionRequest.Builder
Package
Description
-
Uses of CheckpointDurableExecutionRequest.Builder in software.amazon.awssdk.services.lambda
Method parameters in software.amazon.awssdk.services.lambda with type arguments of type CheckpointDurableExecutionRequest.BuilderModifier and TypeMethodDescriptionLambdaAsyncClient.checkpointDurableExecution(Consumer<CheckpointDurableExecutionRequest.Builder> checkpointDurableExecutionRequest) Saves the progress of a durable function execution during runtime.LambdaClient.checkpointDurableExecution(Consumer<CheckpointDurableExecutionRequest.Builder> checkpointDurableExecutionRequest) Saves the progress of a durable function execution during runtime. -
Uses of CheckpointDurableExecutionRequest.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return CheckpointDurableExecutionRequest.BuilderModifier and TypeMethodDescriptionCheckpointDurableExecutionRequest.builder()CheckpointDurableExecutionRequest.Builder.checkpointToken(String checkpointToken) A unique token that identifies the current checkpoint state.CheckpointDurableExecutionRequest.Builder.clientToken(String clientToken) An optional idempotency token to ensure that duplicate checkpoint requests are handled correctly.CheckpointDurableExecutionRequest.Builder.durableExecutionArn(String durableExecutionArn) The Amazon Resource Name (ARN) of the durable execution.CheckpointDurableExecutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CheckpointDurableExecutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CheckpointDurableExecutionRequest.toBuilder()CheckpointDurableExecutionRequest.Builder.updates(Collection<OperationUpdate> updates) An array of state updates to apply during this checkpoint.CheckpointDurableExecutionRequest.Builder.updates(Consumer<OperationUpdate.Builder>... updates) An array of state updates to apply during this checkpoint.CheckpointDurableExecutionRequest.Builder.updates(OperationUpdate... updates) An array of state updates to apply during this checkpoint.Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type CheckpointDurableExecutionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CheckpointDurableExecutionRequest.Builder>CheckpointDurableExecutionRequest.serializableBuilderClass()