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.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 PrivateDnsRecordSet.UpdatewithETagCheck()Specifies the If-Match header with the current etag value associated with the record set.PrivateDnsRecordSet.UpdatewithETagCheck(String etagValue)Specifies the If-Match header with the given etag value.
-
-
-
Method Detail
-
withETagCheck
PrivateDnsRecordSet.Update 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
-
-