Interface SqlPool.DefinitionStages.WithMaxSizeBytes

All Known Subinterfaces:
SqlPool.Definition, SqlPool.DefinitionStages.WithCreate
Enclosing interface:
SqlPool.DefinitionStages

public static interface SqlPool.DefinitionStages.WithMaxSizeBytes
The stage of the SqlPool definition allowing to specify maxSizeBytes.
  • Method Details

    • withMaxSizeBytes

      SqlPool.DefinitionStages.WithCreate withMaxSizeBytes(Long maxSizeBytes)
      Specifies the maxSizeBytes property: Maximum size in bytes.
      Parameters:
      maxSizeBytes - Maximum size in bytes.
      Returns:
      the next definition stage.