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