Interface DnsRecordSet.UpdateStages.WithTtl
-
- All Known Subinterfaces:
DnsRecordSet.Update,DnsRecordSet.UpdateAaaaRecordSet,DnsRecordSet.UpdateARecordSet,DnsRecordSet.UpdateCaaRecordSet,DnsRecordSet.UpdateCNameRecordSet,DnsRecordSet.UpdateCombined,DnsRecordSet.UpdateMXRecordSet,DnsRecordSet.UpdateNSRecordSet,DnsRecordSet.UpdatePtrRecordSet,DnsRecordSet.UpdateSoaRecord,DnsRecordSet.UpdateSrvRecordSet,DnsRecordSet.UpdateTxtRecordSet
- Enclosing interface:
- DnsRecordSet.UpdateStages
public static interface DnsRecordSet.UpdateStages.WithTtlThe stage of the record set update allowing to specify TTL for the records in this record set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DnsRecordSet.UpdatewithTimeToLive(long ttlInSeconds)Specifies the TTL for the records in the record set.
-
-
-
Method Detail
-
withTimeToLive
DnsRecordSet.Update withTimeToLive(long ttlInSeconds)
Specifies the TTL for the records in the record set.- Parameters:
ttlInSeconds- TTL in seconds- Returns:
- the next stage of the record set update
-
-