Interface DescribeUsersResponse.Builder

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

public static interface DescribeUsersResponse.Builder extends AppStreamResponse.Builder, SdkPojo, CopyableBuilder<DescribeUsersResponse.Builder,DescribeUsersResponse>
  • Method Details

    • users

      Information about users in the user pool.

      Parameters:
      users - Information about users in the user pool.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • users

      Information about users in the user pool.

      Parameters:
      users - Information about users in the user pool.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • users

      Information about users in the user pool.

      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

      DescribeUsersResponse.Builder nextToken(String nextToken)

      The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

      Parameters:
      nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
      Returns:
      Returns a reference to this object so that method calls can be chained together.