setNameBytes

open fun setNameBytes(value: ByteString): DnsRecord.Builder
Specifies the subject (name) of the record.
string name = 2;

Return

This builder for chaining.

Parameters

value

The bytes for name to set.