HostNameBinding.DefinitionStages.WithSubDomain<ParentT> 接口
定义
The stage of a hostname binding definition allowing sub-domain to be specified.
public interface WithSubDomain<ParentT>
类型参数
- ParentT
the stage of the parent definition to return to after attaching this definition
方法
withSubDomain(String subDomain) |
Specifies the sub-domain to bind to. |