Interface HostNameBinding.DefinitionStages
-
- Enclosing interface:
- HostNameBinding
public static interface HostNameBinding.DefinitionStagesGrouping of hostname binding definition stages applicable as part of a web app creation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceHostNameBinding.DefinitionStages.Blank<ParentT>The first stage of a host name binding definition.static interfaceHostNameBinding.DefinitionStages.WithAttach<ParentT>The final stage of the hostname binding definition.static interfaceHostNameBinding.DefinitionStages.WithDomain<ParentT>The stage of a hostname binding definition allowing domain to be specified.static interfaceHostNameBinding.DefinitionStages.WithHostNameDnsRecordType<ParentT>The stage of a hostname binding definition allowing DNS record type to be set.static interfaceHostNameBinding.DefinitionStages.WithSubDomain<ParentT>The stage of a hostname binding definition allowing sub-domain to be specified.
-