# File lib/aws/record/validations.rb, line 462
      def validates_format_of *args
        validators << FormatValidator.new(self, *args)
      end