Interface WorkerBlock.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WorkerBlock.Builder,
,WorkerBlock> SdkBuilder<WorkerBlock.Builder,
,WorkerBlock> SdkPojo
- Enclosing class:
WorkerBlock
public static interface WorkerBlock.Builder
extends SdkPojo, CopyableBuilder<WorkerBlock.Builder,WorkerBlock>
-
Method Summary
Modifier and TypeMethodDescriptionA message explaining the reason the Worker was blocked.The ID of the Worker who accepted the HIT.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 Details
-
workerId
The ID of the Worker who accepted the HIT.
- Parameters:
workerId
- The ID of the Worker who accepted the HIT.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reason
A message explaining the reason the Worker was blocked.
- Parameters:
reason
- A message explaining the reason the Worker was blocked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-