Interface CreateHitTypeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateHitTypeRequest.Builder,CreateHitTypeRequest>,MTurkRequest.Builder,SdkBuilder<CreateHitTypeRequest.Builder,CreateHitTypeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateHitTypeRequest
public static interface CreateHitTypeRequest.Builder extends MTurkRequest.Builder, SdkPojo, CopyableBuilder<CreateHitTypeRequest.Builder,CreateHitTypeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateHitTypeRequest.BuilderassignmentDurationInSeconds(Long assignmentDurationInSeconds)The amount of time, in seconds, that a Worker has to complete the HIT after accepting it.CreateHitTypeRequest.BuilderautoApprovalDelayInSeconds(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.Builderdescription(String description)A general description of the HIT.CreateHitTypeRequest.Builderkeywords(String keywords)One or more words or phrases that describe the HIT, separated by commas.CreateHitTypeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateHitTypeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateHitTypeRequest.BuilderqualificationRequirements(Collection<QualificationRequirement> qualificationRequirements)Conditions that a Worker's Qualifications must meet in order to accept the HIT.CreateHitTypeRequest.BuilderqualificationRequirements(Consumer<QualificationRequirement.Builder>... qualificationRequirements)Conditions that a Worker's Qualifications must meet in order to accept the HIT.CreateHitTypeRequest.BuilderqualificationRequirements(QualificationRequirement... qualificationRequirements)Conditions that a Worker's Qualifications must meet in order to accept the HIT.CreateHitTypeRequest.Builderreward(String reward)The amount of money the Requester will pay a Worker for successfully completing the HIT.CreateHitTypeRequest.Buildertitle(String title)The title of the HIT.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mturk.model.MTurkRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
autoApprovalDelayInSeconds
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assignmentDurationInSeconds
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reward
CreateHitTypeRequest.Builder reward(String reward)
The amount of money the Requester will pay a Worker for successfully completing the HIT.
- Parameters:
reward- The amount of money the Requester will pay a Worker for successfully completing the HIT.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keywords
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.
- Parameters:
keywords- One or more words or phrases that describe the HIT, separated by commas. These words are used in searches to find HITs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
qualificationRequirements
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
ActionsGuardedfield on eachQualificationRequirementstructure.- Parameters:
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 theActionsGuardedfield on eachQualificationRequirementstructure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
qualificationRequirements
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
ActionsGuardedfield on eachQualificationRequirementstructure.- Parameters:
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 theActionsGuardedfield on eachQualificationRequirementstructure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
qualificationRequirements
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
This is a convenience method that creates an instance of theActionsGuardedfield on eachQualificationRequirementstructure.QualificationRequirement.Builderavoiding the need to create one manually viaQualificationRequirement.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#qualificationRequirements(List.) - Parameters:
qualificationRequirements- a consumer that will call methods onQualificationRequirement.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#qualificationRequirements(java.util.Collection)
-
overrideConfiguration
CreateHitTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateHitTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-