Interface BackendContract.DefinitionStages.WithUrl
- All Known Subinterfaces:
BackendContract.Definition,BackendContract.DefinitionStages.WithCreate
- Enclosing interface:
BackendContract.DefinitionStages
public static interface BackendContract.DefinitionStages.WithUrl
The stage of the BackendContract definition allowing to specify url.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the url property: Runtime Url of the Backend..
-
Method Details
-
withUrl
Specifies the url property: Runtime Url of the Backend..- Parameters:
url- Runtime Url of the Backend.- Returns:
- the next definition stage.
-