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