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