default GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder |
GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder.autoCreateBucket(boolean autoCreateBucket) |
Setting the autocreation of the bucket bucketName.
|
default GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder |
GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
default GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder |
GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) |
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder |
GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder.configuration(org.apache.camel.component.google.storage.GoogleCloudStorageConfiguration configuration) |
The component configuration.
|
default GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder |
GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder.deleteAfterRead(boolean deleteAfterRead) |
Delete objects from the bucket after they have been retrieved.
|
default GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder |
GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder.destinationBucket(String destinationBucket) |
Define the destination bucket where an object must be moved when
moveAfterRead is set to true.
|
static GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder |
GoogleStorageComponentBuilderFactory.googleStorage() |
Google Storage (camel-google-storage)
Store and retrieve objects from Google Cloud Storage Service using the
google-cloud-storage library.
|
default GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder |
GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder.includeBody(boolean includeBody) |
If it is true, the Object exchange will be consumed and put into the
body.
|
default GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder |
GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder.includeFolders(boolean includeFolders) |
If it is true, the folders/directories will be consumed.
|
default GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder |
GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder |
GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder.moveAfterRead(boolean moveAfterRead) |
Move objects from the origin bucket to a different bucket after they
have been retrieved.
|
default GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder |
GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder.objectName(String objectName) |
The Object name inside the bucket.
|
default GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder |
GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder.operation(org.apache.camel.component.google.storage.GoogleCloudStorageOperations operation) |
Set the operation for the producer.
|
default GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder |
GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder.serviceAccountKey(String serviceAccountKey) |
The Service account key that can be used as credentials for the
Storage client.
|
default GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder |
GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder.storageClass(com.google.cloud.storage.StorageClass storageClass) |
The Cloud Storage class to use when creating the new buckets.
|
default GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder |
GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder.storageClient(com.google.cloud.storage.Storage storageClient) |
The storage client.
|
default GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder |
GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder.storageLocation(String storageLocation) |
The Cloud Storage location to use when creating the new buckets.
|