Interface GatewayHostnameConfigurationContract.DefinitionStages.WithHostname
- All Known Subinterfaces:
GatewayHostnameConfigurationContract.Definition,GatewayHostnameConfigurationContract.DefinitionStages.WithCreate
- Enclosing interface:
GatewayHostnameConfigurationContract.DefinitionStages
public static interface GatewayHostnameConfigurationContract.DefinitionStages.WithHostname
The stage of the GatewayHostnameConfigurationContract definition allowing to specify hostname.
-
Method Summary
Modifier and TypeMethodDescriptionwithHostname(String hostname) Specifies the hostname property: Hostname value.
-
Method Details
-
withHostname
Specifies the hostname property: Hostname value. Supports valid domain name, partial or full wildcard.- Parameters:
hostname- Hostname value. Supports valid domain name, partial or full wildcard.- Returns:
- the next definition stage.
-