DnsRecordSet.DefinitionStages.WithMetadata<ParentT> Interface

Type Parameters

ParentT

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

public static interface DnsRecordSet.DefinitionStages.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 DnsRecordSet.DefinitionStages.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