Key.DefinitionStages.WithTags Interface

public static interface Key.DefinitionStages.WithTags

The stage of a key definition allowing to specify the tags of the key.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withTags(Map<String,String> tags)

Specifies the tags on the key.

Method Details

withTags

public abstract Key.DefinitionStages.WithCreate withTags(Map tags)

Specifies the tags on the key.

Parameters:

tags - the key value pair of the tags

Returns:

the next stage of the definition

Applies to