Interface ListUserHierarchyGroupsResponse.Builder

    • Method Detail

      • userHierarchyGroupSummaryList

        ListUserHierarchyGroupsResponse.Builder userHierarchyGroupSummaryList​(Collection<HierarchyGroupSummary> userHierarchyGroupSummaryList)

        Information about the hierarchy groups.

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

        ListUserHierarchyGroupsResponse.Builder userHierarchyGroupSummaryList​(HierarchyGroupSummary... userHierarchyGroupSummaryList)

        Information about the hierarchy groups.

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

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