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 method that creates an instance of theHIT.Builder avoiding the need to create one manually via
HIT.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #hiTs(List.
hiTs - a consumer that will call methods on HIT.Builder#hiTs(java.util.Collection) Copyright © 2023. All rights reserved.