Environment.DefinitionStages.WithTags Interface

public static interface Environment.DefinitionStages.WithTags

The stage of the environment definition allowing to specify Tags.

Method Summary

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

Specifies tags.

Method Details

withTags

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

Specifies tags.

Parameters:

tags - The tags of the resource

Returns:

the next definition stage

Applies to