Interface DnsRecordSet.UpdateStages.WithETagCheck
-
- 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.WithETagCheckThe stage of the record set update allowing to enable ETag validation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DnsRecordSet.UpdatewithETagCheck()Specifies that If-Match header needs to set to the current eTag value associated with the record set.DnsRecordSet.UpdatewithETagCheck(String eTagValue)Specifies that if-Match header needs to set to the given eTag value.
-
-
-
Method Detail
-
withETagCheck
DnsRecordSet.Update withETagCheck()
Specifies that If-Match header needs to set to the current eTag value associated with the record set.- Returns:
- the next stage of the update
-
withETagCheck
DnsRecordSet.Update withETagCheck(String eTagValue)
Specifies that if-Match header needs to set to the given eTag value.- Parameters:
eTagValue- the eTag value- Returns:
- the next stage of the update
-
-