Interface DnsRecordSet.UpdateStages.WithMetadata
-
- 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.WithMetadataAn update allowing metadata to be modified for the resource.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DnsRecordSet.UpdatewithMetadata(String key, String value)Adds a metadata to the record set.DnsRecordSet.UpdatewithoutMetadata(String key)Removes a metadata from the record set.
-
-
-
Method Detail
-
withMetadata
DnsRecordSet.Update withMetadata(String key, String value)
Adds a metadata to the record set.- Parameters:
key- the key for the metadatavalue- the value for the metadata- Returns:
- the next stage of the record set update
-
withoutMetadata
DnsRecordSet.Update withoutMetadata(String key)
Removes a metadata from the record set.- Parameters:
key- the key of the metadata to remove- Returns:
- the next stage of the record set update
-
-