BoxStoreBuilder

blobstore.box.BoxStore$.BoxStoreBuilder
trait BoxStoreBuilder[F[_]]

Attributes

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

Members list

Value members

Abstract methods

def build: ValidatedNec[Throwable, BoxStore[F]]
def withBlocker(blocker: Blocker): BoxStoreBuilder[F]
def withBoxApiConnection(boxApiConnection: BoxAPIConnection): BoxStoreBuilder[F]
def withLargeFileThreshold(largeFileThreshold: Long): BoxStoreBuilder[F]
def withRootFolderId(rootFolderId: String): BoxStoreBuilder[F]

Concrete methods

def unsafe: BoxStore[F]