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 Details

    • withCredentials

      BackendContract.Update withCredentials(BackendCredentialsContract credentials)
      Specifies the credentials property: Backend Credentials Contract Properties.
      Parameters:
      credentials - Backend Credentials Contract Properties.
      Returns:
      the next definition stage.