Uses of Interface
software.amazon.awssdk.services.lambda.model.Execution.Builder
Packages that use Execution.Builder
-
Uses of Execution.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return Execution.BuilderModifier and TypeMethodDescriptionstatic Execution.BuilderExecution.builder()Execution.Builder.durableExecutionArn(String durableExecutionArn) The Amazon Resource Name (ARN) of the durable execution, if this execution is a durable execution.Execution.Builder.durableExecutionName(String durableExecutionName) The unique name of the durable execution, if one was provided when the execution was started.Execution.Builder.endTimestamp(Instant endTimestamp) The date and time when the durable execution ended, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).Execution.Builder.functionArn(String functionArn) The Amazon Resource Name (ARN) of the Lambda function.Execution.Builder.startTimestamp(Instant startTimestamp) The date and time when the durable execution started, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).The current status of the durable execution.Execution.Builder.status(ExecutionStatus status) The current status of the durable execution.Execution.toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type Execution.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Execution.Builder>Execution.serializableBuilderClass()