Uses of Interface
org.apache.camel.builder.endpoint.dsl.IBMCOSEndpointBuilderFactory.IBMCOSEndpointProducerBuilder
Packages that use IBMCOSEndpointBuilderFactory.IBMCOSEndpointProducerBuilder
-
Uses of IBMCOSEndpointBuilderFactory.IBMCOSEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of IBMCOSEndpointBuilderFactory.IBMCOSEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the IBM Cloud Object Storage component.Methods in org.apache.camel.builder.endpoint.dsl that return IBMCOSEndpointBuilderFactory.IBMCOSEndpointProducerBuilderModifier and TypeMethodDescriptionIBM Cloud API Key for authentication.IBMCOSEndpointBuilderFactory.IBMCOSEndpointProducerBuilder.autoCreateBucket(boolean autoCreateBucket) Automatically create the bucket if it doesn't exist.IBMCOSEndpointBuilderFactory.IBMCOSEndpointProducerBuilder.autoCreateBucket(String autoCreateBucket) Automatically create the bucket if it doesn't exist.IBMCOSEndpointBuilderFactory.AdvancedIBMCOSEndpointProducerBuilder.basic()IBMCOSEndpointBuilderFactory.IBMCOSEndpointProducerBuilder.deleteAfterWrite(boolean deleteAfterWrite) Delete the object from the local filesystem after uploading.IBMCOSEndpointBuilderFactory.IBMCOSEndpointProducerBuilder.deleteAfterWrite(String deleteAfterWrite) Delete the object from the local filesystem after uploading.The delimiter to use for listing objects.IBMCOSEndpointBuilderFactory.IBMCOSEndpointProducerBuilder.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.The key name for the object.IBM COS Location/Region (e.g., us-south, eu-gb).IBMCOSEndpointBuilderFactory.IBMCOSEndpointProducerBuilder.multiPartUpload(boolean multiPartUpload) Use multi-part upload for large files.IBMCOSEndpointBuilderFactory.IBMCOSEndpointProducerBuilder.multiPartUpload(String multiPartUpload) Use multi-part upload for large files.The operation to perform.IBMCOSEndpointBuilderFactory.IBMCOSEndpointProducerBuilder.operation(org.apache.camel.component.ibm.cos.IBMCOSOperations operation) The operation to perform.IBMCOSEndpointBuilderFactory.IBMCOSEndpointProducerBuilder.partSize(long partSize) Part size for multi-part uploads (default 25MB).Part size for multi-part uploads (default 25MB).The prefix to use for listing objects.IBMCOSEndpointBuilderFactory.IBMCOSEndpointProducerBuilder.serviceInstanceId(String serviceInstanceId) IBM COS Service Instance ID (CRN).IBMCOSEndpointBuilderFactory.IBMCOSEndpointProducerBuilder.storageClass(String storageClass) The storage class to use when storing objects (e.g., STANDARD, VAULT, COLD, FLEX).