@UriParams public class AtmosConfiguration extends Object
| Constructor and Description |
|---|
AtmosConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
createClient()
Obtain a new instance of AtmosApi client and store it in configuration.
|
com.emc.atmos.api.AtmosApi |
getClient() |
String |
getFullTokenId() |
String |
getLocalPath() |
String |
getName() |
String |
getNewRemotePath() |
AtmosOperation |
getOperation() |
String |
getQuery() |
String |
getRemotePath() |
String |
getSecretKey() |
String |
getUri() |
boolean |
isEnableSslValidation() |
void |
setClient(com.emc.atmos.api.AtmosApi client) |
void |
setEnableSslValidation(boolean enableSslValidation) |
void |
setFullTokenId(String fullTokenId) |
void |
setLocalPath(String localPath) |
void |
setName(String name) |
void |
setNewRemotePath(String newRemotePath) |
void |
setOperation(AtmosOperation operation) |
void |
setQuery(String query) |
void |
setRemotePath(String remotePath) |
void |
setSecretKey(String secretKey) |
void |
setUri(String uri) |
public void setClient(com.emc.atmos.api.AtmosApi client)
public com.emc.atmos.api.AtmosApi getClient()
public void createClient()
throws AtmosException
AtmosExceptionpublic String getName()
public void setName(String name)
public String getSecretKey()
public void setSecretKey(String secretKey)
public String getLocalPath()
public void setLocalPath(String localPath)
public String getRemotePath()
public void setRemotePath(String remotePath)
public String getNewRemotePath()
public void setNewRemotePath(String newRemotePath)
public String getQuery()
public void setQuery(String query)
public String getFullTokenId()
public void setFullTokenId(String fullTokenId)
public AtmosOperation getOperation()
public void setOperation(AtmosOperation operation)
public void setUri(String uri)
public String getUri()
public boolean isEnableSslValidation()
public void setEnableSslValidation(boolean enableSslValidation)
Apache Camel