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