Interface SqlPool.UpdateStages.WithMaxSizeBytes
-
- All Known Subinterfaces:
SqlPool.Update
- Enclosing interface:
- SqlPool.UpdateStages
public static interface SqlPool.UpdateStages.WithMaxSizeBytes
The stage of the SqlPool update allowing to specify maxSizeBytes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlPool.Update
withMaxSizeBytes(Long maxSizeBytes)
Specifies the maxSizeBytes property: Maximum size in bytes.
-
-
-
Method Detail
-
withMaxSizeBytes
SqlPool.Update withMaxSizeBytes(Long maxSizeBytes)
Specifies the maxSizeBytes property: Maximum size in bytes.- Parameters:
maxSizeBytes
- Maximum size in bytes.- Returns:
- the next definition stage.
-
-