Interface ListUsersResponse.Builder

    • Method Detail

      • nextToken

        ListUsersResponse.Builder nextToken​(String nextToken)

        When you can get additional results from the ListUsers call, a NextToken parameter is returned in the output. You can then pass in a subsequent command to the NextToken parameter to continue listing additional users.

        Parameters:
        nextToken - When you can get additional results from the ListUsers call, a NextToken parameter is returned in the output. You can then pass in a subsequent command to the NextToken parameter to continue listing additional users.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serverId

        ListUsersResponse.Builder serverId​(String serverId)

        A system-assigned unique identifier for a server that the users are assigned to.

        Parameters:
        serverId - A system-assigned unique identifier for a server that the users are assigned to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • users

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

        Returns the Transfer Family users and their properties for the ServerId value that you specify.

        Parameters:
        users - Returns the Transfer Family users and their properties for the ServerId value that you specify.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • users

        ListUsersResponse.Builder users​(ListedUser... users)

        Returns the Transfer Family users and their properties for the ServerId value that you specify.

        Parameters:
        users - Returns the Transfer Family users and their properties for the ServerId value that you specify.
        Returns:
        Returns a reference to this object so that method calls can be chained together.