Interface BackendContract.UpdateStages.WithProperties
- All Known Subinterfaces:
BackendContract.Update
- Enclosing interface:
BackendContract.UpdateStages
public static interface BackendContract.UpdateStages.WithProperties
The stage of the BackendContract update allowing to specify properties.
-
Method Summary
Modifier and TypeMethodDescriptionwithProperties(BackendProperties properties) Specifies the properties property: Backend Properties contract.
-
Method Details
-
withProperties
Specifies the properties property: Backend Properties contract.- Parameters:
properties- Backend Properties contract.- Returns:
- the next definition stage.
-