public class StorageFolderLocationBuilder extends Object
Constructor and Description |
---|
StorageFolderLocationBuilder(StorageFolderLocation model) |
Modifier and Type | Method and Description |
---|---|
StorageFolderLocation |
build()
Build StorageFolderLocation instance.
|
StorageFolderLocationBuilder |
folderPath(String folderPath)
Set StorageFolderLocation.folderPath and return builder.
|
StorageFolderLocationBuilder |
storage(String storage)
Set StorageFolderLocation.storage and return builder.
|
public StorageFolderLocationBuilder(StorageFolderLocation model)
public StorageFolderLocation build()
public StorageFolderLocationBuilder storage(String storage)
storage
- A storage namepublic StorageFolderLocationBuilder folderPath(String folderPath)
folderPath
- A path to a folder in specified storageCopyright © 2020. All rights reserved.