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

    Modifier and Type
    Method
    Description
    withMaxSizeBytes(Long maxSizeBytes)
    Specifies the maxSizeBytes property: Maximum size in bytes.
  • Method Details

    • 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.