Interface ListUsersResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListUsersResponse.Builder,ListUsersResponse>, RekognitionResponse.Builder, SdkBuilder<ListUsersResponse.Builder,ListUsersResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListUsersResponse

public static interface ListUsersResponse.Builder extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<ListUsersResponse.Builder,ListUsersResponse>
  • Method Details

    • users

      List of UsersID associated with the specified collection.

      Parameters:
      users - List of UsersID associated with the specified collection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • users

      List of UsersID associated with the specified collection.

      Parameters:
      users - List of UsersID associated with the specified collection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • users

      List of UsersID associated with the specified collection.

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

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

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

      ListUsersResponse.Builder nextToken(String nextToken)

      A pagination token to be used with the subsequent request if the response is truncated.

      Parameters:
      nextToken - A pagination token to be used with the subsequent request if the response is truncated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.