static StepSummary.Builder |
StepSummary.builder() |
|
StepSummary.Builder |
StepSummary.Builder.createdAt(Instant createdAt) |
The date and time the resource was created.
|
StepSummary.Builder |
StepSummary.Builder.createdBy(String createdBy) |
The user or system that created this resource.
|
default StepSummary.Builder |
StepSummary.Builder.dependencyCounts(Consumer<DependencyCounts.Builder> dependencyCounts) |
The number of dependencies for the step.
|
StepSummary.Builder |
StepSummary.Builder.dependencyCounts(DependencyCounts dependencyCounts) |
The number of dependencies for the step.
|
StepSummary.Builder |
StepSummary.Builder.endedAt(Instant endedAt) |
The date and time the resource ended running.
|
StepSummary.Builder |
StepSummary.Builder.lifecycleStatus(String lifecycleStatus) |
The life cycle status.
|
StepSummary.Builder |
StepSummary.Builder.lifecycleStatus(StepLifecycleStatus lifecycleStatus) |
The life cycle status.
|
StepSummary.Builder |
StepSummary.Builder.lifecycleStatusMessage(String lifecycleStatusMessage) |
A message that describes the lifecycle of the step.
|
StepSummary.Builder |
StepSummary.Builder.name(String name) |
The name of the step.
|
StepSummary.Builder |
StepSummary.Builder.startedAt(Instant startedAt) |
The date and time the resource started running.
|
StepSummary.Builder |
StepSummary.Builder.stepId(String stepId) |
The step ID.
|
StepSummary.Builder |
StepSummary.Builder.targetTaskRunStatus(String targetTaskRunStatus) |
The task status to start with on the job.
|
StepSummary.Builder |
StepSummary.Builder.targetTaskRunStatus(StepTargetTaskRunStatus targetTaskRunStatus) |
The task status to start with on the job.
|
StepSummary.Builder |
StepSummary.Builder.taskRunStatus(String taskRunStatus) |
The task run status for the job.
|
StepSummary.Builder |
StepSummary.Builder.taskRunStatus(TaskRunStatus taskRunStatus) |
The task run status for the job.
|
StepSummary.Builder |
StepSummary.Builder.taskRunStatusCounts(Map<TaskRunStatus,Integer> taskRunStatusCounts) |
The number of tasks running on the job.
|
StepSummary.Builder |
StepSummary.Builder.taskRunStatusCountsWithStrings(Map<String,Integer> taskRunStatusCounts) |
The number of tasks running on the job.
|
StepSummary.Builder |
StepSummary.toBuilder() |
|
StepSummary.Builder |
StepSummary.Builder.updatedAt(Instant updatedAt) |
The date and time the resource was updated.
|
StepSummary.Builder |
StepSummary.Builder.updatedBy(String updatedBy) |
The user or system that updated this resource.
|