Interface GatewayHostnameConfigurationContract.UpdateStages.WithHostname
- All Known Subinterfaces:
GatewayHostnameConfigurationContract.Update
- Enclosing interface:
GatewayHostnameConfigurationContract.UpdateStages
public static interface GatewayHostnameConfigurationContract.UpdateStages.WithHostname
The stage of the GatewayHostnameConfigurationContract update 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.
-