Interface DescribeUsersResponse.Builder

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

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

    • users

      A list of users.

      Parameters:
      users - A list of users.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • users

      A list of users.

      Parameters:
      users - A list of users.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • users

      A list of users.

      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:
    • marker

      An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords. >

      Parameters:
      marker - An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords. >
      Returns:
      Returns a reference to this object so that method calls can be chained together.