Interface ListUsersRequest.Builder

    • Method Detail

      • maxResults

        ListUsersRequest.Builder maxResults​(Integer maxResults)

        Specifies the number of users to return as a response to the ListUsers request.

        Parameters:
        maxResults - Specifies the number of users to return as a response to the ListUsers request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListUsersRequest.Builder nextToken​(String nextToken)

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

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

        ListUsersRequest.Builder serverId​(String serverId)

        A system-assigned unique identifier for a server that has users assigned to it.

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