PrivateDnsRecordSet.UpdateDefinitionStages.WithMetadata<ParentT> Interface

Type Parameters

ParentT

the stage of the parent definition to return to after attaching this definition

public static interface PrivateDnsRecordSet.UpdateDefinitionStages.WithMetadata

The stage of the record set definition allowing to specify metadata.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ParentT> withMetadata(String key, String value)

Adds a metadata to the resource.

Method Details

withMetadata

public abstract PrivateDnsRecordSet.UpdateDefinitionStages.WithAttach withMetadata(String key, String value)

Adds a metadata to the resource.

Parameters:

key - the key for the metadata
value - the value for the metadata

Returns:

the next stage of the definition

Applies to