Interface PrivateDnsRecordSet.UpdateStages.WithETagCheck

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

    • withETagCheck

      Specifies the If-Match header with the current etag value associated with the record set.
      Returns:
      the next stage of the update
    • withETagCheck

      PrivateDnsRecordSet.Update withETagCheck(String etagValue)
      Specifies the If-Match header with the given etag value.
      Parameters:
      etagValue - the etag value
      Returns:
      the next stage of the update