Interface GatewayHostnameConfigurationContract.DefinitionStages.WithCertificateId
- All Known Subinterfaces:
GatewayHostnameConfigurationContract.Definition,GatewayHostnameConfigurationContract.DefinitionStages.WithCreate
- Enclosing interface:
GatewayHostnameConfigurationContract.DefinitionStages
public static interface GatewayHostnameConfigurationContract.DefinitionStages.WithCertificateId
The stage of the GatewayHostnameConfigurationContract definition 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
GatewayHostnameConfigurationContract.DefinitionStages.WithCreate withCertificateId(String certificateId) 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.
-