Application.DefinitionStages.WithTags Interface

public static interface Application.DefinitionStages.WithTags

The stage of the application 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 Application.DefinitionStages.WithCreate withTags(Map tags)

Specifies tags.

Parameters:

tags - The tags for the application

Returns:

the next definition stage

Applies to