Interface ApplicationDefinition.UpdateStages.WithDescription

All Known Subinterfaces:
ApplicationDefinition.Update
Enclosing interface:
ApplicationDefinition.UpdateStages

public static interface ApplicationDefinition.UpdateStages.WithDescription
The stage of the ApplicationDefinition update allowing to specify description.
  • Method Summary

    Modifier and Type
    Method
    Description
    withDescription(String description)
    Specifies the description property: The managed application definition description..
  • Method Details

    • withDescription

      ApplicationDefinition.Update withDescription(String description)
      Specifies the description property: The managed application definition description..
      Parameters:
      description - The managed application definition description.
      Returns:
      the next definition stage.