SftpStoreResourceBuilder

blobstore.sftp.SftpStore$.SftpStoreResourceBuilder

Attributes

See also
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def build: Resource[F, SftpStore[F]]
def setMaxChannels(maybeMaxChannels: Option[Long]): SftpStoreResourceBuilder[F]
def withConnectTimeout(connectTimeoutMillis: Long): SftpStoreResourceBuilder[F]
def withMkSession(mkSession: F[Session]): SftpStoreResourceBuilder[F]

Concrete methods

def withMaxChannels(maxChannels: Long): SftpStoreResourceBuilder[F]