Interface BackendContract.UpdateStages.WithCredentials
- All Known Subinterfaces:
BackendContract.Update
- Enclosing interface:
BackendContract.UpdateStages
public static interface BackendContract.UpdateStages.WithCredentials
The stage of the BackendContract update allowing to specify credentials.
-
Method Summary
Modifier and TypeMethodDescriptionwithCredentials(BackendCredentialsContract credentials) Specifies the credentials property: Backend Credentials Contract Properties.
-
Method Details
-
withCredentials
Specifies the credentials property: Backend Credentials Contract Properties.- Parameters:
credentials- Backend Credentials Contract Properties.- Returns:
- the next definition stage.
-