Interface Application.DefinitionStages.WithApplicationPackage<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent Batch account definition to return to after attaching this definition
- All Known Subinterfaces:
Application.Definition<ParentT>,Application.DefinitionStages.Blank<ParentT>,Application.DefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- Application.DefinitionStages
public static interface Application.DefinitionStages.WithApplicationPackage<ParentT>The stage of a Batch application definition that allows the creation of an application package.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Application.DefinitionStages.WithAttach<ParentT>defineNewApplicationPackage(String applicationPackageName)The first stage of a new application package definition in a Batch account application.
-
-
-
Method Detail
-
defineNewApplicationPackage
Application.DefinitionStages.WithAttach<ParentT> defineNewApplicationPackage(String applicationPackageName)
The first stage of a new application package definition in a Batch account application.- Parameters:
applicationPackageName- the version of the application- Returns:
- the next stage of the definition
-
-