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