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.WithETagCheck
The stage of the record set update allowing to enable ETag validation.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies that If-Match header needs to set to the current etag value associated with the record set.
    withETagCheck(String etagValue)
    Specifies that if-Match header needs to set to the given etag value.
  • Method Details

    • 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