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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DnsRecordSet.DefinitionStages.WithAttach<ParentT>withMetadata(String key, String value)Adds a metadata to the resource.
-
-
-
Method Detail
-
withMetadata
DnsRecordSet.DefinitionStages.WithAttach<ParentT> withMetadata(String key, String value)
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
-
-