Uses of Interface
software.amazon.awssdk.services.lambda.model.CheckpointDurableExecutionRequest.Builder
-
Packages that use CheckpointDurableExecutionRequest.Builder Package Description software.amazon.awssdk.services.lambda Lambda software.amazon.awssdk.services.lambda.model -
-
Uses of CheckpointDurableExecutionRequest.Builder in software.amazon.awssdk.services.lambda
Method parameters in software.amazon.awssdk.services.lambda with type arguments of type CheckpointDurableExecutionRequest.Builder Modifier and Type Method Description default CompletableFuture<CheckpointDurableExecutionResponse>LambdaAsyncClient. checkpointDurableExecution(Consumer<CheckpointDurableExecutionRequest.Builder> checkpointDurableExecutionRequest)Saves the progress of a durable function execution during runtime.default CheckpointDurableExecutionResponseLambdaClient. 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.Builder Modifier and Type Method Description static CheckpointDurableExecutionRequest.BuilderCheckpointDurableExecutionRequest. builder()CheckpointDurableExecutionRequest.BuilderCheckpointDurableExecutionRequest.Builder. checkpointToken(String checkpointToken)A unique token that identifies the current checkpoint state.CheckpointDurableExecutionRequest.BuilderCheckpointDurableExecutionRequest.Builder. clientToken(String clientToken)An optional idempotency token to ensure that duplicate checkpoint requests are handled correctly.CheckpointDurableExecutionRequest.BuilderCheckpointDurableExecutionRequest.Builder. durableExecutionArn(String durableExecutionArn)The Amazon Resource Name (ARN) of the durable execution.CheckpointDurableExecutionRequest.BuilderCheckpointDurableExecutionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CheckpointDurableExecutionRequest.BuilderCheckpointDurableExecutionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CheckpointDurableExecutionRequest.BuilderCheckpointDurableExecutionRequest. toBuilder()CheckpointDurableExecutionRequest.BuilderCheckpointDurableExecutionRequest.Builder. updates(Collection<OperationUpdate> updates)An array of state updates to apply during this checkpoint.CheckpointDurableExecutionRequest.BuilderCheckpointDurableExecutionRequest.Builder. updates(Consumer<OperationUpdate.Builder>... updates)An array of state updates to apply during this checkpoint.CheckpointDurableExecutionRequest.BuilderCheckpointDurableExecutionRequest.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.Builder Modifier and Type Method Description static Class<? extends CheckpointDurableExecutionRequest.Builder>CheckpointDurableExecutionRequest. serializableBuilderClass()
-