| Package | Description |
|---|---|
| software.amazon.awssdk.services.mturk.model |
| Modifier and Type | Method and Description |
|---|---|
HIT.Builder |
HIT.Builder.assignmentDurationInSeconds(Long assignmentDurationInSeconds)
The length of time, in seconds, that a Worker has to complete the HIT after accepting it.
|
HIT.Builder |
HIT.Builder.autoApprovalDelayInSeconds(Long autoApprovalDelayInSeconds)
The amount of time, in seconds, after the Worker submits an assignment for the HIT that the results are
automatically approved by Amazon Mechanical Turk.
|
static HIT.Builder |
HIT.builder() |
HIT.Builder |
HIT.Builder.creationTime(Instant creationTime)
The date and time the HIT was created.
|
HIT.Builder |
HIT.Builder.description(String description)
A general description of the HIT.
|
HIT.Builder |
HIT.Builder.expiration(Instant expiration)
The date and time the HIT expires.
|
HIT.Builder |
HIT.Builder.hitGroupId(String hitGroupId)
The ID of the HIT Group of this HIT.
|
HIT.Builder |
HIT.Builder.hitId(String hitId)
A unique identifier for the HIT.
|
HIT.Builder |
HIT.Builder.hitLayoutId(String hitLayoutId)
The ID of the HIT Layout of this HIT.
|
HIT.Builder |
HIT.Builder.hitReviewStatus(HITReviewStatus hitReviewStatus)
Indicates the review status of the HIT.
|
HIT.Builder |
HIT.Builder.hitReviewStatus(String hitReviewStatus)
Indicates the review status of the HIT.
|
HIT.Builder |
HIT.Builder.hitStatus(HITStatus hitStatus)
The status of the HIT and its assignments.
|
HIT.Builder |
HIT.Builder.hitStatus(String hitStatus)
The status of the HIT and its assignments.
|
HIT.Builder |
HIT.Builder.hitTypeId(String hitTypeId)
The ID of the HIT type of this HIT
|
HIT.Builder |
HIT.Builder.keywords(String keywords)
One or more words or phrases that describe the HIT, separated by commas.
|
HIT.Builder |
HIT.Builder.maxAssignments(Integer maxAssignments)
The number of times the HIT can be accepted and completed before the HIT becomes unavailable.
|
HIT.Builder |
HIT.Builder.numberOfAssignmentsAvailable(Integer numberOfAssignmentsAvailable)
The number of assignments for this HIT that are available for Workers to accept.
|
HIT.Builder |
HIT.Builder.numberOfAssignmentsCompleted(Integer numberOfAssignmentsCompleted)
The number of assignments for this HIT that have been approved or rejected.
|
HIT.Builder |
HIT.Builder.numberOfAssignmentsPending(Integer numberOfAssignmentsPending)
The number of assignments for this HIT that are being previewed or have been accepted by Workers, but have
not yet been submitted, returned, or abandoned.
|
HIT.Builder |
HIT.Builder.qualificationRequirements(Collection<QualificationRequirement> qualificationRequirements)
Conditions that a Worker's Qualifications must meet in order to accept the HIT.
|
HIT.Builder |
HIT.Builder.qualificationRequirements(Consumer<QualificationRequirement.Builder>... qualificationRequirements)
Conditions that a Worker's Qualifications must meet in order to accept the HIT.
|
HIT.Builder |
HIT.Builder.qualificationRequirements(QualificationRequirement... qualificationRequirements)
Conditions that a Worker's Qualifications must meet in order to accept the HIT.
|
HIT.Builder |
HIT.Builder.question(String question)
The data the Worker completing the HIT uses produce the results.
|
HIT.Builder |
HIT.Builder.requesterAnnotation(String requesterAnnotation)
An arbitrary data field the Requester who created the HIT can use.
|
HIT.Builder |
HIT.Builder.reward(String reward)
Sets the value of the Reward property for this object.
|
HIT.Builder |
HIT.Builder.title(String title)
The title of the HIT.
|
HIT.Builder |
HIT.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HIT.Builder> |
HIT.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetHitResponse.Builder |
GetHitResponse.Builder.hit(Consumer<HIT.Builder> hit)
Contains the requested HIT data.
|
default CreateHitResponse.Builder |
CreateHitResponse.Builder.hit(Consumer<HIT.Builder> hit)
Contains the newly created HIT data.
|
default CreateHitWithHitTypeResponse.Builder |
CreateHitWithHitTypeResponse.Builder.hit(Consumer<HIT.Builder> hit)
Contains the newly created HIT data.
|
default GetAssignmentResponse.Builder |
GetAssignmentResponse.Builder.hit(Consumer<HIT.Builder> hit)
The HIT associated with this assignment.
|
Copyright © 2023. All rights reserved.