| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static AtmosEndpointBuilderFactory.AtmosEndpointBuilder |
AtmosEndpointBuilderFactory.atmos(String path)
Atmos (camel-atmos)
The atmos component is used for integrating with EMC's Atomos Storage.
|
default AtmosEndpointBuilderFactory.AtmosEndpointBuilder |
AtmosEndpointBuilderFactory.AtmosBuilders.atmos(String path)
Atmos (camel-atmos)
The atmos component is used for integrating with EMC's Atomos
Storage.
|
default AtmosEndpointBuilderFactory.AtmosEndpointBuilder |
AtmosEndpointBuilderFactory.AdvancedAtmosEndpointBuilder.basic() |
default AtmosEndpointBuilderFactory.AtmosEndpointBuilder |
AtmosEndpointBuilderFactory.AtmosEndpointBuilder.fullTokenId(String fullTokenId)
Atmos client fullTokenId.
|
default AtmosEndpointBuilderFactory.AtmosEndpointBuilder |
AtmosEndpointBuilderFactory.AtmosEndpointBuilder.localPath(String localPath)
Local path to put files.
|
default AtmosEndpointBuilderFactory.AtmosEndpointBuilder |
AtmosEndpointBuilderFactory.AtmosEndpointBuilder.newRemotePath(String newRemotePath)
New path on Atmos when moving files.
|
default AtmosEndpointBuilderFactory.AtmosEndpointBuilder |
AtmosEndpointBuilderFactory.AtmosEndpointBuilder.query(String query)
Search query on Atmos.
|
default AtmosEndpointBuilderFactory.AtmosEndpointBuilder |
AtmosEndpointBuilderFactory.AtmosEndpointBuilder.remotePath(String remotePath)
Where to put files on Atmos.
|
default AtmosEndpointBuilderFactory.AtmosEndpointBuilder |
AtmosEndpointBuilderFactory.AtmosEndpointBuilder.secretKey(String secretKey)
The secret key to pass to the Atmos client (should be base64
encoded).
|
default AtmosEndpointBuilderFactory.AtmosEndpointBuilder |
AtmosEndpointBuilderFactory.AtmosEndpointBuilder.sslValidation(boolean sslValidation)
Atmos SSL validation.
|
default AtmosEndpointBuilderFactory.AtmosEndpointBuilder |
AtmosEndpointBuilderFactory.AtmosEndpointBuilder.sslValidation(String sslValidation)
Atmos SSL validation.
|
Apache Camel