Interface PrivateDnsZone.UpdateStages.WithETagCheck

  • All Known Subinterfaces:
    PrivateDnsZone.Update
    Enclosing interface:
    PrivateDnsZone.UpdateStages

    public static interface PrivateDnsZone.UpdateStages.WithETagCheck
    The stage of the private DNS zone update allowing to enable ETag validation.
    • Method Detail

      • withETagCheck

        PrivateDnsZone.Update withETagCheck()
        Set the If-Match header with the current etag value of the private DNS Zone.
        Returns:
        the next stage of the update
      • withETagCheck

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