DnsRecordSet.UpdateStages.WithMetadata Interface

public static interface DnsRecordSet.UpdateStages.WithMetadata

An update allowing metadata to be modified for the resource.

Method Summary

Modifier and Type Method and Description
abstract Update withMetadata(String key, String value)

Adds a metadata to the record set.

abstract Update withoutMetadata(String key)

Removes a metadata from the record set.

Method Details

withMetadata

public abstract DnsRecordSet.Update withMetadata(String key, String value)

Adds a metadata to the record set.

Parameters:

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

Returns:

the next stage of the record set update

withoutMetadata

public abstract DnsRecordSet.Update withoutMetadata(String key)

Removes a metadata from the record set.

Parameters:

key - the key of the metadata to remove

Returns:

the next stage of the record set update

Applies to