Interface ListUsersResponse.Builder

    • Method Detail

      • directoryId

        ListUsersResponse.Builder directoryId​(String directoryId)

        The identifier (ID) of the directory that's associated with the user.

        Parameters:
        directoryId - The identifier (ID) of the directory that's associated with the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListUsersResponse.Builder nextToken​(String nextToken)

        An encoded paging token for paginated calls that can be passed back to retrieve the next page.

        Parameters:
        nextToken - An encoded paging token for paginated calls that can be passed back to retrieve the next page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • realm

        ListUsersResponse.Builder realm​(String realm)

        The domain that's associated with the user.

        Parameters:
        realm - The domain that's associated with the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • users

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

        The user information that the request returns.

        Parameters:
        users - The user information that the request returns.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • users

        ListUsersResponse.Builder users​(UserSummary... users)

        The user information that the request returns.

        Parameters:
        users - The user information that the request returns.
        Returns:
        Returns a reference to this object so that method calls can be chained together.