static Record.Builder | 
Record.builder() | 
 Create a new builder. 
 | 
Record.Builder | 
Record.Builder.copy(Record model) | 
  | 
Record.Builder | 
Record.Builder.domain(String domain) | 
 The fully qualified domain name where the record can be located. 
 | 
Record.Builder | 
Record.Builder.isProtected(Boolean isProtected) | 
 A Boolean flag indicating whether or not parts of the record are unable to be explicitly
managed. 
 | 
Record.Builder | 
Record.Builder.rdata(String rdata) | 
 The record’s data, as whitespace-delimited tokens in type-specific presentation format. 
 | 
Record.Builder | 
Record.Builder.recordHash(String recordHash) | 
 A unique identifier for the record within its zone. 
 | 
Record.Builder | 
Record.Builder.rrsetVersion(String rrsetVersion) | 
 The latest version of the record’s zone in which its RRSet differs from the preceding
version. 
 | 
Record.Builder | 
Record.Builder.rtype(String rtype) | 
 The type of DNS record, such as A or CNAME. 
 | 
Record.Builder | 
Record.toBuilder() | 
  | 
Record.Builder | 
Record.Builder.ttl(Integer ttl) | 
 The Time To Live for the record, in seconds. 
 |