public static interface ListQualificationTypesRequest.Builder extends MTurkRequest.Builder, SdkPojo, CopyableBuilder<ListQualificationTypesRequest.Builder,ListQualificationTypesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListQualificationTypesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListQualificationTypesRequest.Builder |
mustBeOwnedByCaller(Boolean mustBeOwnedByCaller)
Specifies that only Qualification types that the Requester created are returned.
|
ListQualificationTypesRequest.Builder |
mustBeRequestable(Boolean mustBeRequestable)
Specifies that only Qualification types that a user can request through the Amazon Mechanical Turk web site,
such as by taking a Qualification test, are returned as results of the search.
|
ListQualificationTypesRequest.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
ListQualificationTypesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListQualificationTypesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListQualificationTypesRequest.Builder |
query(String query)
A text query against all of the searchable attributes of Qualification types.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListQualificationTypesRequest.Builder query(String query)
A text query against all of the searchable attributes of Qualification types.
query - A text query against all of the searchable attributes of Qualification types.ListQualificationTypesRequest.Builder mustBeRequestable(Boolean mustBeRequestable)
Specifies that only Qualification types that a user can request through the Amazon Mechanical Turk web site, such as by taking a Qualification test, are returned as results of the search. Some Qualification types, such as those assigned automatically by the system, cannot be requested directly by users. If false, all Qualification types, including those managed by the system, are considered. Valid values are True | False.
mustBeRequestable - Specifies that only Qualification types that a user can request through the Amazon Mechanical Turk web
site, such as by taking a Qualification test, are returned as results of the search. Some
Qualification types, such as those assigned automatically by the system, cannot be requested directly
by users. If false, all Qualification types, including those managed by the system, are considered.
Valid values are True | False.ListQualificationTypesRequest.Builder mustBeOwnedByCaller(Boolean mustBeOwnedByCaller)
Specifies that only Qualification types that the Requester created are returned. If false, the operation returns all Qualification types.
mustBeOwnedByCaller - Specifies that only Qualification types that the Requester created are returned. If false, the
operation returns all Qualification types.ListQualificationTypesRequest.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.ListQualificationTypesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call.
maxResults - The maximum number of results to return in a single call.ListQualificationTypesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListQualificationTypesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.