# File lib/aws/simple_workflow/type_collection.rb, line 91
      def collection_with options = {}
        self.class.new(domain, {
          :registration_status => @registration_status,
          :reverse_order => @reverse_order,
          :named => @named,
          :config => config,
        }.merge(options))
      end