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
With |
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:
Returns: