Interface Application.UpdateDefinitionStages.WithApplicationPackage<ParentT>
- Type Parameters:
ParentT
- the stage of the parent Batch account definition to return to after attaching this definition
- All Known Subinterfaces:
Application.UpdateDefinition<ParentT>
,Application.UpdateDefinitionStages.Blank<ParentT>
,Application.UpdateDefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- Application.UpdateDefinitionStages
public static interface Application.UpdateDefinitionStages.WithApplicationPackage<ParentT>
The stage of a Batch application definition allowing the creation of an application package.
-
Method Summary
Modifier and TypeMethodDescriptiondefineNewApplicationPackage
(String version) First stage to create new application package in Batch account application.
-
Method Details
-
defineNewApplicationPackage
First stage to create new application package in Batch account application.- Parameters:
version
- the version of the application- Returns:
- next stage to create the application.
-