Class B2FileContentSource.Builder
- java.lang.Object
-
- com.backblaze.b2.client.contentSources.B2FileContentSource.Builder
-
- Enclosing class:
- B2FileContentSource
public static class B2FileContentSource.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description B2FileContentSource
build()
B2FileContentSource.Builder
setSha1(java.lang.String sha1)
-
-
-
Method Detail
-
setSha1
public B2FileContentSource.Builder setSha1(java.lang.String sha1)
- Parameters:
sha1
- the sha1 for this file.- See Also:
B2ContentSource.getSha1OrNull()
-
build
public B2FileContentSource build()
-
-