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.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.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()