public static interface ObjectStore.Builder
| Modifier and Type | Method and Description |
|---|---|
ObjectStore |
build() |
ObjectStore.Builder |
withCredProvider(com.distelli.cred.CredProvider credProvider) |
ObjectStore.Builder |
withDiskStorageRoot(File dir) |
ObjectStore.Builder |
withEndpoint(URI endpoint) |
ObjectStore.Builder |
withForceV4Signature(Boolean forceV4) |
ObjectStore.Builder |
withObjectStoreType(ObjectStoreType objectStoreType) |
ObjectStore.Builder |
withProxy(URI proxy) |
ObjectStore.Builder |
withServerSideEncryption(Boolean serverSideEncryption) |
ObjectStore.Builder withDiskStorageRoot(File dir)
ObjectStore.Builder withEndpoint(URI endpoint)
ObjectStore.Builder withCredProvider(com.distelli.cred.CredProvider credProvider)
ObjectStore.Builder withProxy(URI proxy)
ObjectStore.Builder withObjectStoreType(ObjectStoreType objectStoreType)
ObjectStore.Builder withForceV4Signature(Boolean forceV4)
ObjectStore.Builder withServerSideEncryption(Boolean serverSideEncryption)
ObjectStore build()
Copyright © 2017. All rights reserved.