EnvironmentSetting.DefinitionStages.WithTitle Interface

public static interface EnvironmentSetting.DefinitionStages.WithTitle

The stage of the environmentsetting definition allowing to specify Title.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withTitle(String title)

Specifies title.

Method Details

withTitle

public abstract EnvironmentSetting.DefinitionStages.WithCreate withTitle(String title)

Specifies title.

Parameters:

title - Brief title describing the environment and its resource settings

Returns:

the next definition stage

Applies to