Interface BackendContract.UpdateStages.WithType
- All Known Subinterfaces:
BackendContract.Update
- Enclosing interface:
BackendContract.UpdateStages
public static interface BackendContract.UpdateStages.WithType
The stage of the BackendContract update allowing to specify type.
-
Method Summary
Modifier and TypeMethodDescriptionwithType(BackendType type) Specifies the type property: Type of the backend.
-
Method Details
-
withType
Specifies the type property: Type of the backend. A backend can be either Single or Pool..- Parameters:
type- Type of the backend. A backend can be either Single or Pool.- Returns:
- the next definition stage.
-