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.WithMetadata
An update allowing metadata to be modified for the resource.
-
Method Summary
Modifier and TypeMethodDescriptionwithMetadata(String key, String value) Adds a metadata to the record set.withoutMetadata(String key) Removes a metadata from the record set.
-
Method Details
-
withMetadata
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
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
-