Packages

c

blobstore.s3.S3Store

S3StoreBuilderImpl

case class S3StoreBuilderImpl[F[_]](_s3Client: S3AsyncClient, _crtClient: Option[S3AsyncClient] = None, _objectAcl: Option[ObjectCannedACL] = None, _sseAlgorithm: Option[ServerSideEncryption] = None, _defaultFullMetadata: Boolean = false, _defaultTrailingSlashFiles: Boolean = false, _bufferSize: Int = S3Store.multiUploadDefaultPartSize.toInt, _queueSize: Int = 32)(implicit evidence$3: Async[F]) extends S3StoreBuilder[F] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, S3StoreBuilder[F], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. S3StoreBuilderImpl
  2. Serializable
  3. Product
  4. Equals
  5. S3StoreBuilder
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new S3StoreBuilderImpl(_s3Client: S3AsyncClient, _crtClient: Option[S3AsyncClient] = None, _objectAcl: Option[ObjectCannedACL] = None, _sseAlgorithm: Option[ServerSideEncryption] = None, _defaultFullMetadata: Boolean = false, _defaultTrailingSlashFiles: Boolean = false, _bufferSize: Int = S3Store.multiUploadDefaultPartSize.toInt, _queueSize: Int = 32)(implicit arg0: Async[F])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val _bufferSize: Int
  5. val _crtClient: Option[S3AsyncClient]
  6. val _defaultFullMetadata: Boolean
  7. val _defaultTrailingSlashFiles: Boolean
  8. val _objectAcl: Option[ObjectCannedACL]
  9. val _queueSize: Int
  10. val _s3Client: S3AsyncClient
  11. val _sseAlgorithm: Option[ServerSideEncryption]
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def build: ValidatedNec[Throwable, S3Store[F]]
    Definition Classes
    S3StoreBuilderImplS3StoreBuilder
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  15. def disableFullMetadata: S3StoreBuilder[F]
    Definition Classes
    S3StoreBuilderImplS3StoreBuilder
  16. def disableTrailingSlashFiles: S3StoreBuilder[F]
    Definition Classes
    S3StoreBuilderImplS3StoreBuilder
  17. def enableFullMetadata: S3StoreBuilder[F]
    Definition Classes
    S3StoreBuilderImplS3StoreBuilder
  18. def enableTrailingSlashFiles: S3StoreBuilder[F]
    Definition Classes
    S3StoreBuilderImplS3StoreBuilder
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  25. def productElementNames: Iterator[String]
    Definition Classes
    Product
  26. def setCrtClient(maybeCrtClient: Option[S3AsyncClient]): S3StoreBuilder[F]
    Definition Classes
    S3StoreBuilderImplS3StoreBuilder
  27. def setObjectAcl(maybeObjectAcl: Option[ObjectCannedACL]): S3StoreBuilder[F]
    Definition Classes
    S3StoreBuilderImplS3StoreBuilder
  28. def setSseAlgorithm(maybeSseAlgorithm: Option[ServerSideEncryption]): S3StoreBuilder[F]
    Definition Classes
    S3StoreBuilderImplS3StoreBuilder
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def unsafe: S3Store[F]
    Definition Classes
    S3StoreBuilder
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. def withBufferSize(bufferSize: Int): S3StoreBuilder[F]
    Definition Classes
    S3StoreBuilderImplS3StoreBuilder
  35. def withCrtClient(crtClient: S3AsyncClient): S3StoreBuilder[F]
    Definition Classes
    S3StoreBuilder
  36. def withObjectAcl(objectAcl: ObjectCannedACL): S3StoreBuilder[F]
    Definition Classes
    S3StoreBuilder
  37. def withQueueSize(queueSize: Int): S3StoreBuilder[F]
    Definition Classes
    S3StoreBuilderImplS3StoreBuilder
  38. def withS3Client(s3Client: S3AsyncClient): S3StoreBuilder[F]
    Definition Classes
    S3StoreBuilderImplS3StoreBuilder
  39. def withSseAlgorithm(sseAlgorithm: ServerSideEncryption): S3StoreBuilder[F]
    Definition Classes
    S3StoreBuilder

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from S3StoreBuilder[F]

Inherited from AnyRef

Inherited from Any

Ungrouped