Interface ParameterMapEntry.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ParameterMapEntry.Builder,,ParameterMapEntry> SdkBuilder<ParameterMapEntry.Builder,,ParameterMapEntry> SdkPojo
- Enclosing class:
 ParameterMapEntry
public static interface ParameterMapEntry.Builder
extends SdkPojo, CopyableBuilder<ParameterMapEntry.Builder,ParameterMapEntry> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe QuestionID from the HIT that is used to identify which question requires Mechanical Turk to score as part of the ScoreMyKnownAnswers/2011-09-01 Review Policy.The list of answers to the question specified in the MapEntry Key element.values(Collection<String> values) The list of answers to the question specified in the MapEntry Key element.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
key
The QuestionID from the HIT that is used to identify which question requires Mechanical Turk to score as part of the ScoreMyKnownAnswers/2011-09-01 Review Policy.
- Parameters:
 key- The QuestionID from the HIT that is used to identify which question requires Mechanical Turk to score as part of the ScoreMyKnownAnswers/2011-09-01 Review Policy.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
values
The list of answers to the question specified in the MapEntry Key element. The Worker must match all values in order for the answer to be scored correctly.
- Parameters:
 values- The list of answers to the question specified in the MapEntry Key element. The Worker must match all values in order for the answer to be scored correctly.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
values
The list of answers to the question specified in the MapEntry Key element. The Worker must match all values in order for the answer to be scored correctly.
- Parameters:
 values- The list of answers to the question specified in the MapEntry Key element. The Worker must match all values in order for the answer to be scored correctly.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -