Interface ListUsersResponse.Builder

  • Method Details

    • 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

      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

      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

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

      This is a convenience method that creates an instance of the ListedUser.Builder avoiding the need to create one manually via ListedUser.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to users(List<ListedUser>).

      Parameters:
      users - a consumer that will call methods on ListedUser.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: