static WorkflowRunSummary.Builder |
WorkflowRunSummary.builder() |
|
WorkflowRunSummary.Builder |
WorkflowRunSummary.Builder.endTime(Instant endTime) |
The date and time the workflow run ended, in coordinated universal time (UTC) timestamp format as specified
in RFC 3339
|
WorkflowRunSummary.Builder |
WorkflowRunSummary.Builder.id(String id) |
The system-generated unique ID of the workflow run.
|
WorkflowRunSummary.Builder |
WorkflowRunSummary.Builder.lastUpdatedTime(Instant lastUpdatedTime) |
The date and time the workflow was last updated, in coordinated universal time (UTC) timestamp format as
specified in RFC 3339
|
WorkflowRunSummary.Builder |
WorkflowRunSummary.Builder.startTime(Instant startTime) |
The date and time the workflow run began, in coordinated universal time (UTC) timestamp format as specified
in RFC 3339.
|
WorkflowRunSummary.Builder |
WorkflowRunSummary.Builder.status(String status) |
The status of the workflow run.
|
WorkflowRunSummary.Builder |
WorkflowRunSummary.Builder.status(WorkflowRunStatus status) |
The status of the workflow run.
|
WorkflowRunSummary.Builder |
WorkflowRunSummary.Builder.statusReasons(Collection<WorkflowRunStatusReason> statusReasons) |
The reasons for the workflow run status.
|
WorkflowRunSummary.Builder |
WorkflowRunSummary.Builder.statusReasons(Consumer<WorkflowRunStatusReason.Builder>... statusReasons) |
The reasons for the workflow run status.
|
WorkflowRunSummary.Builder |
WorkflowRunSummary.Builder.statusReasons(WorkflowRunStatusReason... statusReasons) |
The reasons for the workflow run status.
|
WorkflowRunSummary.Builder |
WorkflowRunSummary.toBuilder() |
|
WorkflowRunSummary.Builder |
WorkflowRunSummary.Builder.workflowId(String workflowId) |
The system-generated unique ID of the workflow.
|
WorkflowRunSummary.Builder |
WorkflowRunSummary.Builder.workflowName(String workflowName) |
The name of the workflow.
|