Interface ListQualificationTypesResponse.Builder

    • Method Detail

      • numResults

        ListQualificationTypesResponse.Builder numResults​(Integer numResults)

        The number of Qualification types on this page in the filtered results list, equivalent to the number of types this operation returns.

        Parameters:
        numResults - The number of Qualification types on this page in the filtered results list, equivalent to the number of types this operation returns.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListQualificationTypesResponse.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.
      • qualificationTypes

        ListQualificationTypesResponse.Builder qualificationTypes​(Collection<QualificationType> qualificationTypes)

        The list of QualificationType elements returned by the query.

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

        ListQualificationTypesResponse.Builder qualificationTypes​(QualificationType... qualificationTypes)

        The list of QualificationType elements returned by the query.

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