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)
Add an optional request override configuration.
|
ListQualificationTypesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListQualificationTypesRequest.Builder |
query(String query)
A text query against all of the searchable attributes of Qualification types.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListQualificationTypesRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListQualificationTypesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.