Interface PrivateDnsRecordSet.UpdateStages.WithTtl
-
- All Known Subinterfaces:
PrivateDnsRecordSet.Update,PrivateDnsRecordSet.UpdateAaaaRecordSet,PrivateDnsRecordSet.UpdateARecordSet,PrivateDnsRecordSet.UpdateCNameRecordSet,PrivateDnsRecordSet.UpdateCombined,PrivateDnsRecordSet.UpdateMXRecordSet,PrivateDnsRecordSet.UpdatePtrRecordSet,PrivateDnsRecordSet.UpdateSoaRecord,PrivateDnsRecordSet.UpdateSrvRecordSet,PrivateDnsRecordSet.UpdateTxtRecordSet
- Enclosing interface:
- PrivateDnsRecordSet.UpdateStages
public static interface PrivateDnsRecordSet.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 PrivateDnsRecordSet.UpdatewithTimeToLive(long ttlInSeconds)Specifies the TTL for the records in the record set.
-
-
-
Method Detail
-
withTimeToLive
PrivateDnsRecordSet.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
-
-