Vault.DefinitionStages.WithTags Interface

public static interface Vault.DefinitionStages.WithTags

The stage of the Vault definition allowing to specify tags.

Method Summary

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

Specifies the tags property: Resource tags..

Method Details

withTags

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

Specifies the tags property: Resource tags..

Parameters:

tags - Resource tags.

Returns:

the next definition stage.

Applies to