Uses of Interface
software.amazon.awssdk.services.lambda.model.GetDurableExecutionResponse.Builder
Packages that use GetDurableExecutionResponse.Builder
-
Uses of GetDurableExecutionResponse.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return GetDurableExecutionResponse.BuilderModifier and TypeMethodDescriptionGetDurableExecutionResponse.builder()GetDurableExecutionResponse.Builder.durableExecutionArn(String durableExecutionArn) The Amazon Resource Name (ARN) of the durable execution.GetDurableExecutionResponse.Builder.durableExecutionName(String durableExecutionName) The name of the durable execution.GetDurableExecutionResponse.Builder.endTimestamp(Instant endTimestamp) The date and time when the durable execution ended, in Unix timestamp format.GetDurableExecutionResponse.Builder.error(Consumer<ErrorObject.Builder> error) Error information if the durable execution failed.GetDurableExecutionResponse.Builder.error(ErrorObject error) Error information if the durable execution failed.GetDurableExecutionResponse.Builder.functionArn(String functionArn) The Amazon Resource Name (ARN) of the Lambda function that was invoked to start this durable execution.GetDurableExecutionResponse.Builder.inputPayload(String inputPayload) The JSON input payload that was provided when the durable execution was started.The JSON result returned by the durable execution if it completed successfully.GetDurableExecutionResponse.Builder.startTimestamp(Instant startTimestamp) The date and time when the durable execution started, in Unix timestamp format.The current status of the durable execution.GetDurableExecutionResponse.Builder.status(ExecutionStatus status) The current status of the durable execution.GetDurableExecutionResponse.toBuilder()GetDurableExecutionResponse.Builder.traceHeader(Consumer<TraceHeader.Builder> traceHeader) The trace headers associated with the durable execution.GetDurableExecutionResponse.Builder.traceHeader(TraceHeader traceHeader) The trace headers associated with the durable execution.The version of the Lambda function that was invoked for this durable execution.Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type GetDurableExecutionResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetDurableExecutionResponse.Builder>GetDurableExecutionResponse.serializableBuilderClass()