| Package | Description |
|---|---|
| software.amazon.awssdk.services.mturk.model |
| Modifier and Type | Method and Description |
|---|---|
Assignment.Builder |
Assignment.Builder.acceptTime(Instant acceptTime)
The date and time the Worker accepted the assignment.
|
Assignment.Builder |
Assignment.Builder.answer(String answer)
The Worker's answers submitted for the HIT contained in a QuestionFormAnswers document, if the Worker
provides an answer.
|
Assignment.Builder |
Assignment.Builder.approvalTime(Instant approvalTime)
If the Worker has submitted results and the Requester has approved the results, ApprovalTime is the date and
time the Requester approved the results.
|
Assignment.Builder |
Assignment.Builder.assignmentId(String assignmentId)
A unique identifier for the assignment.
|
Assignment.Builder |
Assignment.Builder.assignmentStatus(AssignmentStatus assignmentStatus)
The status of the assignment.
|
Assignment.Builder |
Assignment.Builder.assignmentStatus(String assignmentStatus)
The status of the assignment.
|
Assignment.Builder |
Assignment.Builder.autoApprovalTime(Instant autoApprovalTime)
If results have been submitted, AutoApprovalTime is the date and time the results of the assignment results
are considered Approved automatically if they have not already been explicitly approved or rejected by the
Requester.
|
static Assignment.Builder |
Assignment.builder() |
Assignment.Builder |
Assignment.Builder.deadline(Instant deadline)
The date and time of the deadline for the assignment.
|
Assignment.Builder |
Assignment.Builder.hitId(String hitId)
The ID of the HIT.
|
Assignment.Builder |
Assignment.Builder.rejectionTime(Instant rejectionTime)
If the Worker has submitted results and the Requester has rejected the results, RejectionTime is the date and
time the Requester rejected the results.
|
Assignment.Builder |
Assignment.Builder.requesterFeedback(String requesterFeedback)
The feedback string included with the call to the ApproveAssignment operation or the RejectAssignment
operation, if the Requester approved or rejected the assignment and specified feedback.
|
Assignment.Builder |
Assignment.Builder.submitTime(Instant submitTime)
If the Worker has submitted results, SubmitTime is the date and time the assignment was submitted.
|
Assignment.Builder |
Assignment.toBuilder() |
Assignment.Builder |
Assignment.Builder.workerId(String workerId)
The ID of the Worker who accepted the HIT.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Assignment.Builder> |
Assignment.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetAssignmentResponse.Builder |
GetAssignmentResponse.Builder.assignment(Consumer<Assignment.Builder> assignment)
The assignment.
|
Copyright © 2023. All rights reserved.