Interface BatchUpdateTaskItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BatchUpdateTaskItem.Builder,,BatchUpdateTaskItem> SdkBuilder<BatchUpdateTaskItem.Builder,,BatchUpdateTaskItem> SdkPojo
- Enclosing class:
BatchUpdateTaskItem
@Mutable
@NotThreadSafe
public static interface BatchUpdateTaskItem.Builder
extends SdkPojo, CopyableBuilder<BatchUpdateTaskItem.Builder,BatchUpdateTaskItem>
-
Method Summary
Modifier and TypeMethodDescriptionThe farm ID of the task to update.The job ID of the task to update.The queue ID of the task to update.The step ID of the task to update.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 of the task to update.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 to update.
- Parameters:
farmId- The farm ID of the task to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queueId
The queue ID of the task to update.
- Parameters:
queueId- The queue ID of the task to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobId
The job ID of the task to update.
- Parameters:
jobId- The job ID of the task to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepId
The step ID of the task to update.
- Parameters:
stepId- The step ID of the task to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskId
The task ID of the task to update.
- Parameters:
taskId- The task ID of the task to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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:
-