Uses of Interface
software.amazon.awssdk.services.mturk.model.ParameterMapEntry.Builder
-
Packages that use ParameterMapEntry.Builder Package Description software.amazon.awssdk.services.mturk.model -
-
Uses of ParameterMapEntry.Builder in software.amazon.awssdk.services.mturk.model
Methods in software.amazon.awssdk.services.mturk.model that return ParameterMapEntry.Builder Modifier and Type Method Description static ParameterMapEntry.BuilderParameterMapEntry. builder()ParameterMapEntry.BuilderParameterMapEntry.Builder. key(String 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.ParameterMapEntry.BuilderParameterMapEntry. toBuilder()ParameterMapEntry.BuilderParameterMapEntry.Builder. values(String... values)The list of answers to the question specified in the MapEntry Key element.ParameterMapEntry.BuilderParameterMapEntry.Builder. values(Collection<String> values)The list of answers to the question specified in the MapEntry Key element.Methods in software.amazon.awssdk.services.mturk.model that return types with arguments of type ParameterMapEntry.Builder Modifier and Type Method Description static Class<? extends ParameterMapEntry.Builder>ParameterMapEntry. serializableBuilderClass()
-