Interface ListWorkersWithQualificationTypeResponse.Builder

    • Method Detail

      • nextToken

        ListWorkersWithQualificationTypeResponse.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

        ListWorkersWithQualificationTypeResponse.Builder numResults​(Integer numResults)

        The number of Qualifications on this page in the filtered results list, equivalent to the number of Qualifications being returned by this call.

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

        ListWorkersWithQualificationTypeResponse.Builder qualifications​(Collection<Qualification> qualifications)

        The list of Qualification elements returned by this call.

        Parameters:
        qualifications - The list of Qualification elements returned by this call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • qualifications

        ListWorkersWithQualificationTypeResponse.Builder qualifications​(Qualification... qualifications)

        The list of Qualification elements returned by this call.

        Parameters:
        qualifications - The list of Qualification elements returned by this call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.