Interface SearchUserHierarchyGroupsResponse.Builder

    • Method Detail

      • userHierarchyGroups

        SearchUserHierarchyGroupsResponse.Builder userHierarchyGroups​(Collection<HierarchyGroup> userHierarchyGroups)

        Information about the userHierarchyGroups.

        Parameters:
        userHierarchyGroups - Information about the userHierarchyGroups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userHierarchyGroups

        SearchUserHierarchyGroupsResponse.Builder userHierarchyGroups​(HierarchyGroup... userHierarchyGroups)

        Information about the userHierarchyGroups.

        Parameters:
        userHierarchyGroups - Information about the userHierarchyGroups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        SearchUserHierarchyGroupsResponse.Builder nextToken​(String nextToken)

        If there are additional results, this is the token for the next set of results.

        Parameters:
        nextToken - If there are additional results, this is the token for the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • approximateTotalCount

        SearchUserHierarchyGroupsResponse.Builder approximateTotalCount​(Long approximateTotalCount)

        The total number of userHierarchyGroups which matched your search query.

        Parameters:
        approximateTotalCount - The total number of userHierarchyGroups which matched your search query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.