public static interface ListHiTsForQualificationTypeResponse.Builder extends MTurkResponse.Builder, SdkPojo, CopyableBuilder<ListHiTsForQualificationTypeResponse.Builder,ListHiTsForQualificationTypeResponse>
| Modifier and Type | Method and Description |
|---|---|
ListHiTsForQualificationTypeResponse.Builder |
hiTs(Collection<HIT> hiTs)
The list of HIT elements returned by the query.
|
ListHiTsForQualificationTypeResponse.Builder |
hiTs(Consumer<HIT.Builder>... hiTs)
The list of HIT elements returned by the query.
|
ListHiTsForQualificationTypeResponse.Builder |
hiTs(HIT... hiTs)
The list of HIT elements returned by the query.
|
ListHiTsForQualificationTypeResponse.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
ListHiTsForQualificationTypeResponse.Builder |
numResults(Integer numResults)
The number of HITs on this page in the filtered results list, equivalent to the number of HITs being returned
by this call.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListHiTsForQualificationTypeResponse.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.ListHiTsForQualificationTypeResponse.Builder numResults(Integer numResults)
The number of HITs on this page in the filtered results list, equivalent to the number of HITs being returned by this call.
numResults - The number of HITs on this page in the filtered results list, equivalent to the number of HITs being
returned by this call.ListHiTsForQualificationTypeResponse.Builder hiTs(Collection<HIT> hiTs)
The list of HIT elements returned by the query.
hiTs - The list of HIT elements returned by the query.ListHiTsForQualificationTypeResponse.Builder hiTs(HIT... hiTs)
The list of HIT elements returned by the query.
hiTs - The list of HIT elements returned by the query.ListHiTsForQualificationTypeResponse.Builder hiTs(Consumer<HIT.Builder>... hiTs)
The list of HIT elements returned by the query.
This is a convenience that creates an instance of theList.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 #hiTs(List) .hiTs - a consumer that will call methods on List.Builder #hiTs(List) Copyright © 2022. All rights reserved.