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 Summary
Modifier and TypeMethodDescriptionSpecifies the If-Match header with the current etag value associated with the record set.withETagCheck(String etagValue) Specifies the If-Match header with the given etag value.
-
Method Details
-
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
Specifies the If-Match header with the given etag value.- Parameters:
etagValue- the etag value- Returns:
- the next stage of the update
-