static GetWorkflowRunResponse.Builder |
GetWorkflowRunResponse.builder() |
|
GetWorkflowRunResponse.Builder |
GetWorkflowRunResponse.Builder.endTime(Instant endTime) |
The date and time the workflow run ended, in coordinated universal time (UTC) timestamp format as specified
in RFC 3339.
|
GetWorkflowRunResponse.Builder |
GetWorkflowRunResponse.Builder.id(String id) |
The ID of the workflow run.
|
GetWorkflowRunResponse.Builder |
GetWorkflowRunResponse.Builder.lastUpdatedTime(Instant lastUpdatedTime) |
The date and time the workflow run status was last updated, in coordinated universal time (UTC) timestamp
format as specified in RFC 3339
|
GetWorkflowRunResponse.Builder |
GetWorkflowRunResponse.Builder.projectName(String projectName) |
The name of the project in the space.
|
GetWorkflowRunResponse.Builder |
GetWorkflowRunResponse.Builder.spaceName(String spaceName) |
The name of the space.
|
GetWorkflowRunResponse.Builder |
GetWorkflowRunResponse.Builder.startTime(Instant startTime) |
The date and time the workflow run began, in coordinated universal time (UTC) timestamp format as specified
in RFC 3339
|
GetWorkflowRunResponse.Builder |
GetWorkflowRunResponse.Builder.status(String status) |
The status of the workflow run.
|
GetWorkflowRunResponse.Builder |
GetWorkflowRunResponse.Builder.status(WorkflowRunStatus status) |
The status of the workflow run.
|
GetWorkflowRunResponse.Builder |
GetWorkflowRunResponse.Builder.statusReasons(Collection<WorkflowRunStatusReason> statusReasons) |
Information about the reasons for the status of the workflow run.
|
GetWorkflowRunResponse.Builder |
GetWorkflowRunResponse.Builder.statusReasons(Consumer<WorkflowRunStatusReason.Builder>... statusReasons) |
Information about the reasons for the status of the workflow run.
|
GetWorkflowRunResponse.Builder |
GetWorkflowRunResponse.Builder.statusReasons(WorkflowRunStatusReason... statusReasons) |
Information about the reasons for the status of the workflow run.
|
GetWorkflowRunResponse.Builder |
GetWorkflowRunResponse.toBuilder() |
|
GetWorkflowRunResponse.Builder |
GetWorkflowRunResponse.Builder.workflowId(String workflowId) |
The ID of the workflow.
|