Interface BackendContract.DefinitionStages.WithPool
- All Known Subinterfaces:
BackendContract.Definition,BackendContract.DefinitionStages.WithCreate
- Enclosing interface:
BackendContract.DefinitionStages
public static interface BackendContract.DefinitionStages.WithPool
The stage of the BackendContract definition allowing to specify pool.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the pool property: The pool property..
-
Method Details
-
withPool
Specifies the pool property: The pool property..- Parameters:
pool- The pool property.- Returns:
- the next definition stage.
-