Interface HostnameBinding.DefinitionStages.WithAttach<ParentT>

Type Parameters:
ParentT - the return type of Attachable.InDefinition.attach()
All Superinterfaces:
Attachable.InDefinition<ParentT>
All Known Subinterfaces:
HostnameBinding.Definition<ParentT>
Enclosing interface:
HostnameBinding.DefinitionStages

public static interface HostnameBinding.DefinitionStages.WithAttach<ParentT> extends Attachable.InDefinition<ParentT>
The final stage of the hostname binding definition.

At this stage, any remaining optional settings can be specified, or the hostname binding definition can be attached to the parent web app definition using Attachable.InDefinition.attach().