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 Details

    • 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

      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

      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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.