Interface TaskSearchSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TaskSearchSummary.Builder,TaskSearchSummary>,SdkBuilder<TaskSearchSummary.Builder,TaskSearchSummary>,SdkPojo
- Enclosing class:
- TaskSearchSummary
public static interface TaskSearchSummary.Builder extends SdkPojo, CopyableBuilder<TaskSearchSummary.Builder,TaskSearchSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TaskSearchSummary.BuilderendedAt(Instant endedAt)The date and time the resource ended running.TaskSearchSummary.BuilderfailureRetryCount(Integer failureRetryCount)The number of times that the task failed and was retried.TaskSearchSummary.BuilderjobId(String jobId)The job ID.TaskSearchSummary.Builderparameters(Map<String,TaskParameterValue> parameters)The parameters to search for.TaskSearchSummary.BuilderqueueId(String queueId)The queue ID.TaskSearchSummary.BuilderrunStatus(String runStatus)The run status of the task.TaskSearchSummary.BuilderrunStatus(TaskRunStatus runStatus)The run status of the task.TaskSearchSummary.BuilderstartedAt(Instant startedAt)The date and time the resource started running.TaskSearchSummary.BuilderstepId(String stepId)The step ID.TaskSearchSummary.BuildertargetRunStatus(String targetRunStatus)The run status that the task is being updated to.TaskSearchSummary.BuildertargetRunStatus(TaskTargetRunStatus targetRunStatus)The run status that the task is being updated to.TaskSearchSummary.BuildertaskId(String taskId)The task ID.-
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, sdkFields
-
-
-
-
Method Detail
-
endedAt
TaskSearchSummary.Builder endedAt(Instant 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.
-
failureRetryCount
TaskSearchSummary.Builder failureRetryCount(Integer failureRetryCount)
The number of times that the task failed and was retried.
- Parameters:
failureRetryCount- The number of times that the task failed and was retried.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobId
TaskSearchSummary.Builder jobId(String jobId)
The job ID.
- Parameters:
jobId- The job ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
TaskSearchSummary.Builder parameters(Map<String,TaskParameterValue> parameters)
The parameters to search for.
- Parameters:
parameters- The parameters to search for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queueId
TaskSearchSummary.Builder queueId(String queueId)
The queue ID.
- Parameters:
queueId- The queue ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runStatus
TaskSearchSummary.Builder runStatus(String runStatus)
The run status of the task.
- Parameters:
runStatus- The run status of the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TaskRunStatus,TaskRunStatus
-
runStatus
TaskSearchSummary.Builder runStatus(TaskRunStatus runStatus)
The run status of the task.
- Parameters:
runStatus- The run status of the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TaskRunStatus,TaskRunStatus
-
startedAt
TaskSearchSummary.Builder startedAt(Instant 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.
-
stepId
TaskSearchSummary.Builder stepId(String stepId)
The step ID.
- Parameters:
stepId- The step ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetRunStatus
TaskSearchSummary.Builder targetRunStatus(String targetRunStatus)
The run status that the task is being updated to.
- Parameters:
targetRunStatus- The run status that the task is being updated to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TaskTargetRunStatus,TaskTargetRunStatus
-
targetRunStatus
TaskSearchSummary.Builder targetRunStatus(TaskTargetRunStatus targetRunStatus)
The run status that the task is being updated to.
- Parameters:
targetRunStatus- The run status that the task is being updated to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TaskTargetRunStatus,TaskTargetRunStatus
-
taskId
TaskSearchSummary.Builder taskId(String taskId)
The task ID.
- Parameters:
taskId- The task ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-