CopyableBuilder<ApproveAssignmentRequest.Builder,ApproveAssignmentRequest>
, SdkBuilder<ApproveAssignmentRequest.Builder,ApproveAssignmentRequest>
public static interface ApproveAssignmentRequest.Builder extends CopyableBuilder<ApproveAssignmentRequest.Builder,ApproveAssignmentRequest>
Modifier and Type | Method | Description |
---|---|---|
ApproveAssignmentRequest.Builder |
assignmentId(String assignmentId) |
The ID of the assignment.
|
ApproveAssignmentRequest.Builder |
overrideRejection(Boolean overrideRejection) |
A flag indicating that an assignment should be approved even if it was previously rejected.
|
ApproveAssignmentRequest.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
ApproveAssignmentRequest.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.ApproveAssignmentRequest.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.ApproveAssignmentRequest.Builder overrideRejection(Boolean overrideRejection)
A flag indicating that an assignment should be approved even if it was previously rejected. Defaults to
False
.
overrideRejection
- A flag indicating that an assignment should be approved even if it was previously rejected. Defaults
to False
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.