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