public static interface GetQualificationScoreResponse.Builder extends MTurkResponse.Builder, CopyableBuilder<GetQualificationScoreResponse.Builder,GetQualificationScoreResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetQualificationScoreResponse.Builder |
qualification(Consumer<Qualification.Builder> qualification)
The Qualification data structure of the Qualification assigned to a user, including the Qualification type
and the value (score).
|
GetQualificationScoreResponse.Builder |
qualification(Qualification qualification)
The Qualification data structure of the Qualification assigned to a user, including the Qualification type
and the value (score).
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetQualificationScoreResponse.Builder qualification(Qualification qualification)
The Qualification data structure of the Qualification assigned to a user, including the Qualification type and the value (score).
qualification - The Qualification data structure of the Qualification assigned to a user, including the Qualification
type and the value (score).default GetQualificationScoreResponse.Builder qualification(Consumer<Qualification.Builder> qualification)
The Qualification data structure of the Qualification assigned to a user, including the Qualification type and the value (score).
This is a convenience that creates an instance of theQualification.Builder avoiding the need to
create one manually via Qualification.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to qualification(Qualification).qualification - a consumer that will call methods on Qualification.Builderqualification(Qualification)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.