public static class ISOExtraction.Builder extends Object
| Constructor and Description |
|---|
ISOExtraction.Builder() |
| Modifier and Type | Method and Description |
|---|---|
ISOExtraction.Builder |
accountId(long accountId) |
ISOExtraction.Builder |
created(Date created) |
ISOExtraction.Builder |
extractId(long extractId) |
ISOExtraction.Builder |
extractMode(ExtractMode extractMode) |
ISOExtraction.Builder |
id(long id) |
ISOExtraction.Builder |
name(String name) |
ISOExtraction.Builder |
state(String state) |
ISOExtraction.Builder |
status(String status) |
ISOExtraction.Builder |
storageType(String storageType) |
ISOExtraction.Builder |
uploadPercentage(int uploadPercentage) |
ISOExtraction.Builder |
url(String url) |
ISOExtraction.Builder |
zoneId(long zoneId) |
ISOExtraction.Builder |
zoneName(String zoneName) |
public ISOExtraction.Builder id(long id)
id - the id of extracted objectpublic ISOExtraction.Builder accountId(long accountId)
accountId - the account id to which the extracted object belongspublic ISOExtraction.Builder created(Date created)
created - the time and date the object was createdpublic ISOExtraction.Builder extractId(long extractId)
extractId - the upload id of extracted objectpublic ISOExtraction.Builder extractMode(ExtractMode extractMode)
extractMode - the mode of extraction - upload or downloadpublic ISOExtraction.Builder name(String name)
name - the name of the extracted objectpublic ISOExtraction.Builder state(String state)
state - the state of the extracted objectpublic ISOExtraction.Builder status(String status)
status - the status of the extractionpublic ISOExtraction.Builder storageType(String storageType)
storageType - type of the storagepublic ISOExtraction.Builder uploadPercentage(int uploadPercentage)
uploadPercentage - the percentage of the entity uploaded to the specified locationpublic ISOExtraction.Builder url(String url)
url - if mode = upload then url of the uploaded entity. if mode = download the url from which the entity can be downloadedpublic ISOExtraction.Builder zoneId(long zoneId)
zoneId - zone ID the object was extracted frompublic ISOExtraction.Builder zoneName(String zoneName)
zoneName - zone name the object was extracted fromCopyright © 2009-2012 jclouds. All Rights Reserved.