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