Interface ListQualificationTypesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListQualificationTypesRequest.Builder,ListQualificationTypesRequest>,MTurkRequest.Builder,SdkBuilder<ListQualificationTypesRequest.Builder,ListQualificationTypesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListQualificationTypesRequest
public static interface ListQualificationTypesRequest.Builder extends MTurkRequest.Builder, SdkPojo, CopyableBuilder<ListQualificationTypesRequest.Builder,ListQualificationTypesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListQualificationTypesRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return in a single call.ListQualificationTypesRequest.BuildermustBeOwnedByCaller(Boolean mustBeOwnedByCaller)Specifies that only Qualification types that the Requester created are returned.ListQualificationTypesRequest.BuildermustBeRequestable(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.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.ListQualificationTypesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListQualificationTypesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListQualificationTypesRequest.Builderquery(String query)A text query against all of the searchable attributes of Qualification types.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mturk.model.MTurkRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
query
ListQualificationTypesRequest.Builder query(String query)
A text query against all of the searchable attributes of Qualification types.
- Parameters:
query- A text query against all of the searchable attributes of Qualification types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mustBeRequestable
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mustBeOwnedByCaller
ListQualificationTypesRequest.Builder mustBeOwnedByCaller(Boolean mustBeOwnedByCaller)
Specifies that only Qualification types that the Requester created are returned. If false, the operation returns all Qualification types.
- Parameters:
mustBeOwnedByCaller- Specifies that only Qualification types that the Requester created are returned. If false, the operation returns all Qualification types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListQualificationTypesRequest.Builder nextToken(String nextToken)
Sets the value of the NextToken property for this object.- Parameters:
nextToken- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListQualificationTypesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call.
- Parameters:
maxResults- The maximum number of results to return in a single call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListQualificationTypesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListQualificationTypesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-