setTtl

open fun setTtl(value: Long): DnsRecord.Builder
Specifies the time-to-live (TTL) value for the record.
uint64 ttl = 3;

Return

This builder for chaining.

Parameters

value

The ttl to set.