Interface ListUsersResponse.Builder

    • Method Detail

      • userSummaryList

        ListUsersResponse.Builder userSummaryList​(Collection<UserSummary> userSummaryList)

        Information about the users.

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

        ListUsersResponse.Builder userSummaryList​(UserSummary... userSummaryList)

        Information about the users.

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

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