Class B2ContentMemoryWriter.Builder
- java.lang.Object
-
- com.backblaze.b2.client.contentHandlers.B2ContentMemoryWriter.Builder
-
- Enclosing class:
- B2ContentMemoryWriter
public static class B2ContentMemoryWriter.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description B2ContentMemoryWriter
build()
B2ContentMemoryWriter.Builder
setVerifySha1ByRereadingFromDestination(boolean verifySha1ByRereadingFromDestination)
-
-
-
Method Detail
-
build
public B2ContentMemoryWriter build()
-
setVerifySha1ByRereadingFromDestination
public B2ContentMemoryWriter.Builder setVerifySha1ByRereadingFromDestination(boolean verifySha1ByRereadingFromDestination)
-
-