# File lib/aws/route_53/resource_record_set.rb, line 194
      def new_change_batch options = {}
        ChangeBatch.new(hosted_zone_id, options.merge(:config => config))
      end