# File lib/aws/record/model/attributes.rb, line 214
        def sortable_integer_attr name, options = {}
          add_attribute(Attributes::SortableIntegerAttr.new(name, options))
        end