Interface PrivateDnsRecordSet.DefinitionStages.WithMetadata<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
PrivateDnsRecordSet.Definition<ParentT>,PrivateDnsRecordSet.DefinitionStages.WithAaaaRecordIPv6AddressOrAttachable<ParentT>,PrivateDnsRecordSet.DefinitionStages.WithARecordIPv4AddressOrAttachable<ParentT>,PrivateDnsRecordSet.DefinitionStages.WithAttach<ParentT>,PrivateDnsRecordSet.DefinitionStages.WithCNameRecordSetAttachable<ParentT>,PrivateDnsRecordSet.DefinitionStages.WithMXRecordMailExchangeOrAttachable<ParentT>,PrivateDnsRecordSet.DefinitionStages.WithPtrRecordTargetDomainNameOrAttachable<ParentT>,PrivateDnsRecordSet.DefinitionStages.WithSoaRecordAttributesOrAttachable<ParentT>,PrivateDnsRecordSet.DefinitionStages.WithSrvRecordEntryOrAttachable<ParentT>,PrivateDnsRecordSet.DefinitionStages.WithTxtRecordTextValueOrAttachable<ParentT>
- Enclosing interface:
- PrivateDnsRecordSet.DefinitionStages
public static interface PrivateDnsRecordSet.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 PrivateDnsRecordSet.DefinitionStages.WithAttach<ParentT>withMetadata(String key, String value)Adds a metadata to the resource.
-
-
-
Method Detail
-
withMetadata
PrivateDnsRecordSet.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
-
-