Interface GatewayHostnameConfigurationContract.UpdateStages.WithCertificateId
- All Known Subinterfaces:
GatewayHostnameConfigurationContract.Update
- Enclosing interface:
GatewayHostnameConfigurationContract.UpdateStages
public static interface GatewayHostnameConfigurationContract.UpdateStages.WithCertificateId
The stage of the GatewayHostnameConfigurationContract update allowing to specify certificateId.
-
Method Summary
Modifier and TypeMethodDescriptionwithCertificateId(String certificateId) Specifies the certificateId property: Identifier of Certificate entity that will be used for TLS connection establishment.
-
Method Details
-
withCertificateId
Specifies the certificateId property: Identifier of Certificate entity that will be used for TLS connection establishment.- Parameters:
certificateId- Identifier of Certificate entity that will be used for TLS connection establishment.- Returns:
- the next definition stage.
-