Uses of Interface
org.apache.camel.builder.component.dsl.IbmCosComponentBuilderFactory.IbmCosComponentBuilder
Packages that use IbmCosComponentBuilderFactory.IbmCosComponentBuilder
-
Uses of IbmCosComponentBuilderFactory.IbmCosComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return IbmCosComponentBuilderFactory.IbmCosComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.ibmCos()IBM Cloud Object Storage (camel-ibm-cos) Store and retrieve objects from IBM Cloud Object Storage. -
Uses of IbmCosComponentBuilderFactory.IbmCosComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement IbmCosComponentBuilderFactory.IbmCosComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return IbmCosComponentBuilderFactory.IbmCosComponentBuilderModifier and TypeMethodDescriptionIBM Cloud API Key for authentication.IbmCosComponentBuilderFactory.IbmCosComponentBuilder.autocloseBody(boolean autocloseBody) Whether to automatically close the object input stream after processing.IbmCosComponentBuilderFactory.IbmCosComponentBuilder.autoCreateBucket(boolean autoCreateBucket) Automatically create the bucket if it doesn't exist.IbmCosComponentBuilderFactory.IbmCosComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.IbmCosComponentBuilderFactory.IbmCosComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.IbmCosComponentBuilderFactory.IbmCosComponentBuilder.configuration(org.apache.camel.component.ibm.cos.IBMCOSConfiguration configuration) The component configuration.IbmCosComponentBuilderFactory.IbmCosComponentBuilder.cosClient(com.ibm.cloud.objectstorage.services.s3.AmazonS3 cosClient) Reference to an IBM COS Client instance in the registry.IbmCosComponentBuilderFactory.IbmCosComponentBuilder.deleteAfterRead(boolean deleteAfterRead) Delete the object from IBM COS after it has been retrieved.IbmCosComponentBuilderFactory.IbmCosComponentBuilder.deleteAfterWrite(boolean deleteAfterWrite) Delete the object from the local filesystem after uploading.The delimiter to use for listing objects.IbmCosComponentBuilderFactory.IbmCosComponentBuilder.destinationBucket(String destinationBucket) The destination bucket to move objects to.IbmCosComponentBuilderFactory.IbmCosComponentBuilder.destinationBucketPrefix(String destinationBucketPrefix) The prefix to add to objects in the destination bucket.IbmCosComponentBuilderFactory.IbmCosComponentBuilder.destinationBucketSuffix(String destinationBucketSuffix) The suffix to add to objects in the destination bucket.IbmCosComponentBuilderFactory.IbmCosComponentBuilder.endpointUrl(String endpointUrl) IBM COS Endpoint URL (e.g., https://s3.us-south.cloud-object-storage.appdomain.cloud) Note that some operations requires to use a regional endpoint URL instead of a cross-region one.To get the object from the bucket with the given file name.IbmCosComponentBuilderFactory.IbmCosComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.IbmCosComponentBuilderFactory.IbmCosComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.IbmCosComponentBuilderFactory.ibmCos()IBM Cloud Object Storage (camel-ibm-cos) Store and retrieve objects from IBM Cloud Object Storage.IbmCosComponentBuilderFactory.IbmCosComponentBuilder.includeBody(boolean includeBody) Include the object body in the exchange.IbmCosComponentBuilderFactory.IbmCosComponentBuilder.includeFolders(boolean includeFolders) Include folders/directories when listing objects.The key name for the object.IbmCosComponentBuilderFactory.IbmCosComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).IBM COS Location/Region (e.g., us-south, eu-gb).IbmCosComponentBuilderFactory.IbmCosComponentBuilder.moveAfterRead(boolean moveAfterRead) Move the object to a different bucket after it has been retrieved.IbmCosComponentBuilderFactory.IbmCosComponentBuilder.multiPartUpload(boolean multiPartUpload) Use multi-part upload for large files.IbmCosComponentBuilderFactory.IbmCosComponentBuilder.operation(org.apache.camel.component.ibm.cos.IBMCOSOperations operation) The operation to perform.IbmCosComponentBuilderFactory.IbmCosComponentBuilder.partSize(long partSize) Part size for multi-part uploads (default 25MB).The prefix to use for listing objects.IbmCosComponentBuilderFactory.IbmCosComponentBuilder.serviceInstanceId(String serviceInstanceId) IBM COS Service Instance ID (CRN).IbmCosComponentBuilderFactory.IbmCosComponentBuilder.storageClass(String storageClass) The storage class to use when storing objects (e.g., STANDARD, VAULT, COLD, FLEX).