Interface BackendContract.DefinitionStages.WithProperties
- All Known Subinterfaces:
BackendContract.Definition,BackendContract.DefinitionStages.WithCreate
- Enclosing interface:
BackendContract.DefinitionStages
public static interface BackendContract.DefinitionStages.WithProperties
The stage of the BackendContract definition 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.
-