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