| Package | Description |
|---|---|
| com.amazonaws.services.mturk |
|
| com.amazonaws.services.mturk.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateHITTypeResult> |
AbstractAmazonMTurkAsync.createHITTypeAsync(CreateHITTypeRequest request,
AsyncHandler<CreateHITTypeRequest,CreateHITTypeResult> asyncHandler) |
Future<CreateHITTypeResult> |
AmazonMTurkAsyncClient.createHITTypeAsync(CreateHITTypeRequest request,
AsyncHandler<CreateHITTypeRequest,CreateHITTypeResult> asyncHandler) |
Future<CreateHITTypeResult> |
AmazonMTurkAsync.createHITTypeAsync(CreateHITTypeRequest createHITTypeRequest,
AsyncHandler<CreateHITTypeRequest,CreateHITTypeResult> asyncHandler)
The
CreateHITType operation creates a new HIT type. |
| Modifier and Type | Method and Description |
|---|---|
CreateHITTypeRequest |
CreateHITTypeRequest.clone() |
CreateHITTypeRequest |
CreateHITTypeRequest.withAssignmentDurationInSeconds(Long assignmentDurationInSeconds)
The amount of time, in seconds, that a Worker has to complete the HIT after accepting it.
|
CreateHITTypeRequest |
CreateHITTypeRequest.withAutoApprovalDelayInSeconds(Long autoApprovalDelayInSeconds)
The number of seconds after an assignment for the HIT has been submitted, after which the assignment is
considered Approved automatically unless the Requester explicitly rejects it.
|
CreateHITTypeRequest |
CreateHITTypeRequest.withDescription(String description)
A general description of the HIT.
|
CreateHITTypeRequest |
CreateHITTypeRequest.withKeywords(String keywords)
One or more words or phrases that describe the HIT, separated by commas.
|
CreateHITTypeRequest |
CreateHITTypeRequest.withQualificationRequirements(Collection<QualificationRequirement> qualificationRequirements)
Conditions that a Worker's Qualifications must meet in order to accept the HIT.
|
CreateHITTypeRequest |
CreateHITTypeRequest.withQualificationRequirements(QualificationRequirement... qualificationRequirements)
Conditions that a Worker's Qualifications must meet in order to accept the HIT.
|
CreateHITTypeRequest |
CreateHITTypeRequest.withReward(String reward)
The amount of money the Requester will pay a Worker for successfully completing the HIT.
|
CreateHITTypeRequest |
CreateHITTypeRequest.withTitle(String title)
The title of the HIT.
|
Copyright © 2022. All rights reserved.