Interface BackendContract.DefinitionStages.WithTls
- All Known Subinterfaces:
BackendContract.Definition,BackendContract.DefinitionStages.WithCreate
- Enclosing interface:
BackendContract.DefinitionStages
public static interface BackendContract.DefinitionStages.WithTls
The stage of the BackendContract definition allowing to specify tls.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the tls property: Backend TLS Properties.
-
Method Details
-
withTls
Specifies the tls property: Backend TLS Properties.- Parameters:
tls- Backend TLS Properties.- Returns:
- the next definition stage.
-