public static interface CreateHitTypeRequest.Builder extends MTurkRequest.Builder, SdkPojo, CopyableBuilder<CreateHitTypeRequest.Builder,CreateHitTypeRequest>
Modifier and Type | Method and Description |
---|---|
CreateHitTypeRequest.Builder |
assignmentDurationInSeconds(Long assignmentDurationInSeconds)
The amount of time, in seconds, that a Worker has to complete the HIT after accepting it.
|
CreateHitTypeRequest.Builder |
autoApprovalDelayInSeconds(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.Builder |
description(String description)
A general description of the HIT.
|
CreateHitTypeRequest.Builder |
keywords(String keywords)
One or more words or phrases that describe the HIT, separated by commas.
|
CreateHitTypeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateHitTypeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateHitTypeRequest.Builder |
qualificationRequirements(Collection<QualificationRequirement> qualificationRequirements)
Conditions that a Worker's Qualifications must meet in order to accept the HIT.
|
CreateHitTypeRequest.Builder |
qualificationRequirements(Consumer<QualificationRequirement.Builder>... qualificationRequirements)
Conditions that a Worker's Qualifications must meet in order to accept the HIT.
|
CreateHitTypeRequest.Builder |
qualificationRequirements(QualificationRequirement... qualificationRequirements)
Conditions that a Worker's Qualifications must meet in order to accept the HIT.
|
CreateHitTypeRequest.Builder |
reward(String reward)
The amount of money the Requester will pay a Worker for successfully completing the HIT.
|
CreateHitTypeRequest.Builder |
title(String title)
The title of the HIT.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateHitTypeRequest.Builder autoApprovalDelayInSeconds(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.
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.Builder assignmentDurationInSeconds(Long assignmentDurationInSeconds)
The amount of time, in seconds, that a Worker has to complete the HIT after accepting it. If a Worker does not complete the assignment within the specified duration, the assignment is considered abandoned. If the HIT is still active (that is, its lifetime has not elapsed), the assignment becomes available for other users to find and accept.
assignmentDurationInSeconds
- The amount of time, in seconds, that a Worker has to complete the HIT after accepting it. If a Worker
does not complete the assignment within the specified duration, the assignment is considered
abandoned. If the HIT is still active (that is, its lifetime has not elapsed), the assignment becomes
available for other users to find and accept.CreateHitTypeRequest.Builder reward(String reward)
The amount of money the Requester will pay a Worker for successfully completing the HIT.
reward
- The amount of money the Requester will pay a Worker for successfully completing the HIT.CreateHitTypeRequest.Builder title(String title)
The title of the HIT. A title should be short and descriptive about the kind of task the HIT contains. On the Amazon Mechanical Turk web site, the HIT title appears in search results, and everywhere the HIT is mentioned.
title
- The title of the HIT. A title should be short and descriptive about the kind of task the HIT contains.
On the Amazon Mechanical Turk web site, the HIT title appears in search results, and everywhere the
HIT is mentioned.CreateHitTypeRequest.Builder keywords(String keywords)
One or more words or phrases that describe the HIT, separated by commas. These words are used in searches to find HITs.
keywords
- One or more words or phrases that describe the HIT, separated by commas. These words are used in
searches to find HITs.CreateHitTypeRequest.Builder description(String description)
A general description of the HIT. A description includes detailed information about the kind of task the HIT contains. On the Amazon Mechanical Turk web site, the HIT description appears in the expanded view of search results, and in the HIT and assignment screens. A good description gives the user enough information to evaluate the HIT before accepting it.
description
- A general description of the HIT. A description includes detailed information about the kind of task
the HIT contains. On the Amazon Mechanical Turk web site, the HIT description appears in the expanded
view of search results, and in the HIT and assignment screens. A good description gives the user
enough information to evaluate the HIT before accepting it.CreateHitTypeRequest.Builder qualificationRequirements(Collection<QualificationRequirement> qualificationRequirements)
Conditions that a Worker's Qualifications must meet in order to accept the HIT. A HIT can have between zero
and ten Qualification requirements. All requirements must be met in order for a Worker to accept the HIT.
Additionally, other actions can be restricted using the ActionsGuarded
field on each
QualificationRequirement
structure.
qualificationRequirements
- Conditions that a Worker's Qualifications must meet in order to accept the HIT. A HIT can have between
zero and ten Qualification requirements. All requirements must be met in order for a Worker to accept
the HIT. Additionally, other actions can be restricted using the ActionsGuarded
field on
each QualificationRequirement
structure.CreateHitTypeRequest.Builder qualificationRequirements(QualificationRequirement... qualificationRequirements)
Conditions that a Worker's Qualifications must meet in order to accept the HIT. A HIT can have between zero
and ten Qualification requirements. All requirements must be met in order for a Worker to accept the HIT.
Additionally, other actions can be restricted using the ActionsGuarded
field on each
QualificationRequirement
structure.
qualificationRequirements
- Conditions that a Worker's Qualifications must meet in order to accept the HIT. A HIT can have between
zero and ten Qualification requirements. All requirements must be met in order for a Worker to accept
the HIT. Additionally, other actions can be restricted using the ActionsGuarded
field on
each QualificationRequirement
structure.CreateHitTypeRequest.Builder qualificationRequirements(Consumer<QualificationRequirement.Builder>... qualificationRequirements)
Conditions that a Worker's Qualifications must meet in order to accept the HIT. A HIT can have between zero
and ten Qualification requirements. All requirements must be met in order for a Worker to accept the HIT.
Additionally, other actions can be restricted using the ActionsGuarded
field on each
QualificationRequirement
structure.
List.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #qualificationRequirements(List)
.qualificationRequirements
- a consumer that will call methods on List.Builder
#qualificationRequirements(List)
CreateHitTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateHitTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.