Interface ListHiTsForQualificationTypeResponse.Builder

    • Method Detail

      • nextToken

        ListHiTsForQualificationTypeResponse.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.
      • numResults

        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.

        Parameters:
        numResults - The number of HITs on this page in the filtered results list, equivalent to the number of HITs being returned by this call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hiTs

        ListHiTsForQualificationTypeResponse.Builder hiTs​(Collection<HIT> hiTs)

        The list of HIT elements returned by the query.

        Parameters:
        hiTs - The list of HIT elements returned by the query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hiTs

        ListHiTsForQualificationTypeResponse.Builder hiTs​(HIT... hiTs)

        The list of HIT elements returned by the query.

        Parameters:
        hiTs - The list of HIT elements returned by the query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.