Interface Application.DefinitionStages.WithApplicationDefinitionId

All Known Subinterfaces:
Application.Definition, Application.DefinitionStages.WithCreate
Enclosing interface:
Application.DefinitionStages

public static interface Application.DefinitionStages.WithApplicationDefinitionId
The stage of the Application definition allowing to specify applicationDefinitionId.
  • Method Details

    • withApplicationDefinitionId

      Application.DefinitionStages.WithCreate withApplicationDefinitionId(String applicationDefinitionId)
      Specifies the applicationDefinitionId property: The fully qualified path of managed application definition Id..
      Parameters:
      applicationDefinitionId - The fully qualified path of managed application definition Id.
      Returns:
      the next definition stage.