Interface DescribeUsersResponse.Builder

    • Method Detail

      • users

        DescribeUsersResponse.Builder users​(User... users)

        The users.

        Parameters:
        users - The users.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalNumberOfUsers

        @Deprecated
        DescribeUsersResponse.Builder totalNumberOfUsers​(Long totalNumberOfUsers)
        Deprecated.

        The total number of users included in the results.

        Parameters:
        totalNumberOfUsers - The total number of users included in the results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        DescribeUsersResponse.Builder marker​(String marker)

        The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

        Parameters:
        marker - The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.