RecordSetProperties |
RecordSetProperties.withAaaaRecords(List<AaaaRecord> aaaaRecords) |
Set the aaaaRecords property: The list of AAAA records in the record set.
|
RecordSetProperties |
RecordSetProperties.withARecords(List<ARecord> aRecords) |
Set the aRecords property: The list of A records in the record set.
|
RecordSetProperties |
RecordSetProperties.withCnameRecord(CnameRecord cnameRecord) |
Set the cnameRecord property: The CNAME record in the record set.
|
RecordSetProperties |
RecordSetProperties.withMetadata(Map<String,String> metadata) |
Set the metadata property: The metadata attached to the record set.
|
RecordSetProperties |
RecordSetProperties.withMxRecords(List<MxRecord> mxRecords) |
Set the mxRecords property: The list of MX records in the record set.
|
RecordSetProperties |
RecordSetProperties.withPtrRecords(List<PtrRecord> ptrRecords) |
Set the ptrRecords property: The list of PTR records in the record set.
|
RecordSetProperties |
RecordSetProperties.withSoaRecord(SoaRecord soaRecord) |
Set the soaRecord property: The SOA record in the record set.
|
RecordSetProperties |
RecordSetProperties.withSrvRecords(List<SrvRecord> srvRecords) |
Set the srvRecords property: The list of SRV records in the record set.
|
RecordSetProperties |
RecordSetProperties.withTtl(Long ttl) |
Set the ttl property: The TTL (time-to-live) of the records in the record set.
|
RecordSetProperties |
RecordSetProperties.withTxtRecords(List<TxtRecord> txtRecords) |
Set the txtRecords property: The list of TXT records in the record set.
|