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