CopyableBuilder<RejectAssignmentRequest.Builder,RejectAssignmentRequest>
, SdkBuilder<RejectAssignmentRequest.Builder,RejectAssignmentRequest>
public static interface RejectAssignmentRequest.Builder extends CopyableBuilder<RejectAssignmentRequest.Builder,RejectAssignmentRequest>
Modifier and Type | Method | Description |
---|---|---|
RejectAssignmentRequest.Builder |
assignmentId(String assignmentId) |
The ID of the assignment.
|
RejectAssignmentRequest.Builder |
requesterFeedback(String requesterFeedback) |
A message for the Worker, which the Worker can see in the Status section of the web site.
|
copy
apply, build
RejectAssignmentRequest.Builder assignmentId(String assignmentId)
The ID of the assignment. The assignment must correspond to a HIT created by the Requester.
assignmentId
- The ID of the assignment. The assignment must correspond to a HIT created by the Requester.RejectAssignmentRequest.Builder requesterFeedback(String requesterFeedback)
A message for the Worker, which the Worker can see in the Status section of the web site.
requesterFeedback
- A message for the Worker, which the Worker can see in the Status section of the web site.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.