Interface SearchSkillGroupsResponse.Builder

    • Method Detail

      • skillGroups

        SearchSkillGroupsResponse.Builder skillGroups​(Collection<SkillGroupData> skillGroups)

        The skill groups that meet the filter criteria, in sort order.

        Parameters:
        skillGroups - The skill groups that meet the filter criteria, in sort order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • skillGroups

        SearchSkillGroupsResponse.Builder skillGroups​(SkillGroupData... skillGroups)

        The skill groups that meet the filter criteria, in sort order.

        Parameters:
        skillGroups - The skill groups that meet the filter criteria, in sort order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        SearchSkillGroupsResponse.Builder nextToken​(String nextToken)

        The token returned to indicate that there is more data available.

        Parameters:
        nextToken - The token returned to indicate that there is more data available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalCount

        SearchSkillGroupsResponse.Builder totalCount​(Integer totalCount)

        The total number of skill groups returned.

        Parameters:
        totalCount - The total number of skill groups returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.