Adds a record to the record set. The records should be as defined in RFC 1035 (section 5) and
RFC 1034 (section 3.6.1). Examples of records are available in Google DNS documentation.
See Also: Google DNS documentation
public RecordSet.Builder setTtl(int duration, TimeUnit unit)
Sets the time that this record can be cached by resolvers. This number must be non-negative.
The maximum duration must be equivalent to at most Integer#MAX_VALUE seconds.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-02 UTC."],[],[]]