WebAppBase.UpdateStages.WithWebContainer<FluentT> Interface
Type Parameters
- FluentT
the type of the resource
public static interface WebAppBase.UpdateStages.WithWebContainer<FluentT>
The stage of the web app update allowing Java web container to be set. This is required after specifying Java version.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update<FluentT> |
withWebContainer(WebContainer webContainer)
Specifies the Java web container. |
Method Details
withWebContainer
public abstract WebAppBase.Update<FluentT> withWebContainer(WebContainer webContainer)
Specifies the Java web container.
Parameters:
Returns: