| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
StepSummary |
StepSummary.addTaskRunStatusCountsEntry(String key,
Integer value)
Add a single TaskRunStatusCounts entry
|
StepSummary |
StepSummary.clearTaskRunStatusCountsEntries()
Removes all the entries added into TaskRunStatusCounts.
|
StepSummary |
StepSummary.clone() |
StepSummary |
StepSummary.withCreatedAt(Date createdAt)
The date and time the resource was created.
|
StepSummary |
StepSummary.withCreatedBy(String createdBy)
The user or system that created this resource.
|
StepSummary |
StepSummary.withDependencyCounts(DependencyCounts dependencyCounts)
The number of dependencies for the step.
|
StepSummary |
StepSummary.withEndedAt(Date endedAt)
The date and time the resource ended running.
|
StepSummary |
StepSummary.withLifecycleStatus(StepLifecycleStatus lifecycleStatus)
The life cycle status.
|
StepSummary |
StepSummary.withLifecycleStatus(String lifecycleStatus)
The life cycle status.
|
StepSummary |
StepSummary.withLifecycleStatusMessage(String lifecycleStatusMessage)
A message that describes the lifecycle of the step.
|
StepSummary |
StepSummary.withName(String name)
The name of the step.
|
StepSummary |
StepSummary.withStartedAt(Date startedAt)
The date and time the resource started running.
|
StepSummary |
StepSummary.withStepId(String stepId)
The step ID.
|
StepSummary |
StepSummary.withTargetTaskRunStatus(StepTargetTaskRunStatus targetTaskRunStatus)
The task status to start with on the job.
|
StepSummary |
StepSummary.withTargetTaskRunStatus(String targetTaskRunStatus)
The task status to start with on the job.
|
StepSummary |
StepSummary.withTaskRunStatus(String taskRunStatus)
The task run status for the job.
|
StepSummary |
StepSummary.withTaskRunStatus(TaskRunStatus taskRunStatus)
The task run status for the job.
|
StepSummary |
StepSummary.withTaskRunStatusCounts(Map<String,Integer> taskRunStatusCounts)
The number of tasks running on the job.
|
StepSummary |
StepSummary.withUpdatedAt(Date updatedAt)
The date and time the resource was updated.
|
StepSummary |
StepSummary.withUpdatedBy(String updatedBy)
The user or system that updated this resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<StepSummary> |
ListStepsResult.getSteps()
The steps on the list.
|
| Modifier and Type | Method and Description |
|---|---|
ListStepsResult |
ListStepsResult.withSteps(StepSummary... steps)
The steps on the list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListStepsResult.setSteps(Collection<StepSummary> steps)
The steps on the list.
|
ListStepsResult |
ListStepsResult.withSteps(Collection<StepSummary> steps)
The steps on the list.
|
Copyright © 2024. All rights reserved.