Application.UpdateDefinitionStages.WithAttach<ParentT> Interface

Type Parameters

ParentT

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

public interface WithAttach extends Attachable.InUpdate,Application.UpdateDefinitionStages.WithApplicationPackage

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
UpdateDefinitionStages.WithAttach<ParentT> withAllowUpdates(boolean allowUpdates)

Allows automatic application updates.

UpdateDefinitionStages.WithAttach<ParentT> withDisplayName(String displayName)

Specifies the display name for the Batch application.

Inherited Members

Method Details

withAllowUpdates

public 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 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