Interface StepSearchSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StepSearchSummary.Builder,
,StepSearchSummary> SdkBuilder<StepSearchSummary.Builder,
,StepSearchSummary> SdkPojo
- Enclosing class:
StepSearchSummary
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time the resource was created.The date and time the resource ended running.The job ID.lifecycleStatus
(String lifecycleStatus) The life cycle status.lifecycleStatus
(StepLifecycleStatus lifecycleStatus) The life cycle status.lifecycleStatusMessage
(String lifecycleStatusMessage) The life cycle status message.The step name.default StepSearchSummary.Builder
parameterSpace
(Consumer<ParameterSpace.Builder> parameterSpace) The parameters and combination expressions for the search.parameterSpace
(ParameterSpace parameterSpace) The parameters and combination expressions for the search.The queue ID.The date and time the resource started running.The step ID.targetTaskRunStatus
(String targetTaskRunStatus) The task status to start with on the job.targetTaskRunStatus
(StepTargetTaskRunStatus targetTaskRunStatus) The task status to start with on the job.taskFailureRetryCount
(Integer taskFailureRetryCount) The total number of times tasks from the step failed and were retried.taskRunStatus
(String taskRunStatus) The task run status for the job.taskRunStatus
(TaskRunStatus taskRunStatus) The task run status for the job.taskRunStatusCounts
(Map<TaskRunStatus, Integer> taskRunStatusCounts) The number of tasks running on the job.taskRunStatusCountsWithStrings
(Map<String, Integer> taskRunStatusCounts) The number of tasks running on the job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
stepId
The step ID.
- Parameters:
stepId
- The step ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobId
The job ID.
- Parameters:
jobId
- The job ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queueId
The queue ID.
- Parameters:
queueId
- The queue ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The step name.
- Parameters:
name
- The step name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lifecycleStatus
The life cycle status.
- Parameters:
lifecycleStatus
- The life cycle status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lifecycleStatus
The life cycle status.
- Parameters:
lifecycleStatus
- The life cycle status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lifecycleStatusMessage
The life cycle status message.
- Parameters:
lifecycleStatusMessage
- The life cycle status message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskRunStatus
The task run status for the job.
-
PENDING
–pending and waiting for resources. -
READY
–ready to be processed. -
ASSIGNED
–assigned and will run next on a worker. -
SCHEDULED
–scheduled to be run on a worker. -
INTERRUPTING
–being interrupted. -
RUNNING
–running on a worker. -
SUSPENDED
–the task is suspended. -
CANCELED
–the task has been canceled. -
FAILED
–the task has failed. -
SUCCEEDED
–the task has succeeded.
- Parameters:
taskRunStatus
- The task run status for the job.-
PENDING
–pending and waiting for resources. -
READY
–ready to be processed. -
ASSIGNED
–assigned and will run next on a worker. -
SCHEDULED
–scheduled to be run on a worker. -
INTERRUPTING
–being interrupted. -
RUNNING
–running on a worker. -
SUSPENDED
–the task is suspended. -
CANCELED
–the task has been canceled. -
FAILED
–the task has failed. -
SUCCEEDED
–the task has succeeded.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
taskRunStatus
The task run status for the job.
-
PENDING
–pending and waiting for resources. -
READY
–ready to be processed. -
ASSIGNED
–assigned and will run next on a worker. -
SCHEDULED
–scheduled to be run on a worker. -
INTERRUPTING
–being interrupted. -
RUNNING
–running on a worker. -
SUSPENDED
–the task is suspended. -
CANCELED
–the task has been canceled. -
FAILED
–the task has failed. -
SUCCEEDED
–the task has succeeded.
- Parameters:
taskRunStatus
- The task run status for the job.-
PENDING
–pending and waiting for resources. -
READY
–ready to be processed. -
ASSIGNED
–assigned and will run next on a worker. -
SCHEDULED
–scheduled to be run on a worker. -
INTERRUPTING
–being interrupted. -
RUNNING
–running on a worker. -
SUSPENDED
–the task is suspended. -
CANCELED
–the task has been canceled. -
FAILED
–the task has failed. -
SUCCEEDED
–the task has succeeded.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
targetTaskRunStatus
The task status to start with on the job.
- Parameters:
targetTaskRunStatus
- The task status to start with on the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
targetTaskRunStatus
The task status to start with on the job.
- Parameters:
targetTaskRunStatus
- The task status to start with on the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
taskRunStatusCountsWithStrings
The number of tasks running on the job.
- Parameters:
taskRunStatusCounts
- The number of tasks running on the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskRunStatusCounts
The number of tasks running on the job.
- Parameters:
taskRunStatusCounts
- The number of tasks running on the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskFailureRetryCount
The total number of times tasks from the step failed and were retried.
- Parameters:
taskFailureRetryCount
- The total number of times tasks from the step failed and were retried.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time the resource was created.
- Parameters:
createdAt
- The date and time the resource was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startedAt
The date and time the resource started running.
- Parameters:
startedAt
- The date and time the resource started running.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endedAt
The date and time the resource ended running.
- Parameters:
endedAt
- The date and time the resource ended running.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameterSpace
The parameters and combination expressions for the search.
- Parameters:
parameterSpace
- The parameters and combination expressions for the search.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameterSpace
The parameters and combination expressions for the search.
This is a convenience method that creates an instance of theParameterSpace.Builder
avoiding the need to create one manually viaParameterSpace.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toparameterSpace(ParameterSpace)
.- Parameters:
parameterSpace
- a consumer that will call methods onParameterSpace.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-