# File lib/aws/simple_db/item_collection.rb, line 563 def collection_with options ItemCollection.new(domain, { :output_list => output_list, :conditions => conditions, :sort_instructions => sort_instructions, :not_null_attribute => @not_null_attribute, :limit => limit, }.merge(options)) end