Interface DnsRecordSet.UpdateDefinitionStages.WithMetadata<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
DnsRecordSet.UpdateDefinition<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIPv6AddressOrAttachable<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithARecordIPv4AddressOrAttachable<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithCaaRecordEntryOrAttachable<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithCNameRecordSetAttachable<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithMXRecordMailExchangeOrAttachable<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithNSRecordNameServerOrAttachable<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithPtrRecordTargetDomainNameOrAttachable<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithSrvRecordEntryOrAttachable<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithTxtRecordTextValueOrAttachable<ParentT>
- Enclosing interface:
- DnsRecordSet.UpdateDefinitionStages
public static interface DnsRecordSet.UpdateDefinitionStages.WithMetadata<ParentT>The stage of the record set definition allowing to specify metadata.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT>withMetadata(String key, String value)Adds a tag to the resource.
-
-
-
Method Detail
-
withMetadata
DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT> withMetadata(String key, String value)
Adds a tag to the resource.- Parameters:
key- the key for the metadatavalue- the value for the metadata- Returns:
- the next stage of the definition
-
-