Application.DefinitionStages.WithDescription Interface

public static interface Application.DefinitionStages.WithDescription

The stage of the Application definition allowing to specify description.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDescription(String description)

Specifies the description property: description of the application.

Method Details

withDescription

public abstract Application.DefinitionStages.WithCreate withDescription(String description)

Specifies the description property: description of the application.

Parameters:

description - description of the application.

Returns:

the next definition stage.

Applies to