Interface BatchGetTaskItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BatchGetTaskItem.Builder,,BatchGetTaskItem> SdkBuilder<BatchGetTaskItem.Builder,,BatchGetTaskItem> SdkPojo
- Enclosing class:
BatchGetTaskItem
@Mutable
@NotThreadSafe
public static interface BatchGetTaskItem.Builder
extends SdkPojo, CopyableBuilder<BatchGetTaskItem.Builder,BatchGetTaskItem>
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time the resource was created.The user or system that created this resource.The date and time the resource ended running.failureRetryCount(Integer failureRetryCount) The number of times the task failed and was retried.The farm ID of the task.The job ID of the task.latestSessionActionId(String latestSessionActionId) The latest session action for the task.parameters(Map<String, TaskParameterValue> parameters) The parameters for the task.The queue ID of the task.The run status of the task.runStatus(TaskRunStatus runStatus) The run status of the task.The date and time the resource started running.The step ID of the task.targetRunStatus(String targetRunStatus) The run status with which to start the task.targetRunStatus(TaskTargetRunStatus targetRunStatus) The run status with which to start the task.The task ID.The date and time the resource was updated.The user or system that updated this resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
farmId
The farm ID of the task.
- Parameters:
farmId- The farm ID of the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queueId
The queue ID of the task.
- Parameters:
queueId- The queue ID of the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobId
The job ID of the task.
- Parameters:
jobId- The job ID of the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepId
The step ID of the task.
- Parameters:
stepId- The step ID of the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskId
The task ID.
- Parameters:
taskId- The task ID.- 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.
-
createdBy
The user or system that created this resource.
- Parameters:
createdBy- The user or system that created this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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:
-
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:
-
targetRunStatus
The run status with which to start the task.
- Parameters:
targetRunStatus- The run status with which to start the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
targetRunStatus
The run status with which to start the task.
- Parameters:
targetRunStatus- The run status with which to start the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failureRetryCount
The number of times the task failed and was retried.
- Parameters:
failureRetryCount- The number of times the task failed and was retried.- 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.
-
updatedAt
The date and time the resource was updated.
- Parameters:
updatedAt- The date and time the resource was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedBy
The user or system that updated this resource.
- Parameters:
updatedBy- The user or system that updated this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestSessionActionId
The latest session action for the task.
- Parameters:
latestSessionActionId- The latest session action for the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
The parameters for the task.
- Parameters:
parameters- The parameters for the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-