Interface BatchGetTaskIdentifier.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BatchGetTaskIdentifier.Builder,,BatchGetTaskIdentifier> SdkBuilder<BatchGetTaskIdentifier.Builder,,BatchGetTaskIdentifier> SdkPojo
- Enclosing class:
BatchGetTaskIdentifier
@Mutable
@NotThreadSafe
public static interface BatchGetTaskIdentifier.Builder
extends SdkPojo, CopyableBuilder<BatchGetTaskIdentifier.Builder,BatchGetTaskIdentifier>
-
Method Summary
Modifier and TypeMethodDescriptionThe farm ID of the task.The job ID of the task.The queue ID of the task.The step ID of the task.The task ID.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.
-