# File lib/aws/record/validators/format.rb, line 27
      def setup record_class
        ensure_type(Regexp, :with, :without)
        ensure_at_least_one(:with, :without)
      end