Application.UpdateDefinitionStages.WithAttach<ParentT> Interface

Type Parameters

ParentT

the stage of the parent Batch account update to return to after attaching this definition

Implements

WithApplicationPackage<ParentT> InUpdate<ParentT>

public static interface Application.UpdateDefinitionStages.WithAttach
extends InUpdate<ParentT>, WithApplicationPackage<ParentT>

The final stage of a Batch application definition.

At this stage, any remaining optional settings can be specified, or the application definition can be attached to the parent batch Account update.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ParentT> withAllowUpdates(boolean allowUpdates)

Allows automatic application updates.

abstract WithAttach<ParentT> withDisplayName(String displayName)

Specifies the display name for the Batch application.

Method Details

withAllowUpdates

public abstract Application.UpdateDefinitionStages.WithAttach withAllowUpdates(boolean allowUpdates)

Allows automatic application updates.

Parameters:

allowUpdates - true to allow automatic updates of a Batch application, otherwise false

Returns:

the next stage of the definition

withDisplayName

public abstract Application.UpdateDefinitionStages.WithAttach withDisplayName(String displayName)

Specifies the display name for the Batch application.

Parameters:

displayName - a display name for the application.

Returns:

the next stage of the definition

Applies to