ParentT
- the stage of the parent Batch account definition to return to after attaching this definitionpublic static interface Application.DefinitionStages.WithAttach<ParentT> extends Attachable.InDefinition<ParentT>, Application.DefinitionStages.WithApplicationPackage<ParentT>
At this stage, any remaining optional settings can be specified, or the application definition can be attached to the parent batch account definition.
Modifier and Type | Method and Description |
---|---|
Application.DefinitionStages.WithAttach<ParentT> |
withAllowUpdates(boolean allowUpdates)
The stage of a Batch application definition allowing automatic application updates.
|
Application.DefinitionStages.WithAttach<ParentT> |
withDisplayName(String displayName)
Specifies a display name for the Batch application.
|
attach
defineNewApplicationPackage
Application.DefinitionStages.WithAttach<ParentT> withAllowUpdates(boolean allowUpdates)
allowUpdates
- true to allow the automatic updates of application, otherwise falseApplication.DefinitionStages.WithAttach<ParentT> withDisplayName(String displayName)
displayName
- a display nameCopyright © 2019. All rights reserved.