Uses of Interface
org.apache.camel.builder.component.dsl.MinioComponentBuilderFactory.MinioComponentBuilder
Packages that use MinioComponentBuilderFactory.MinioComponentBuilder
-
Uses of MinioComponentBuilderFactory.MinioComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return MinioComponentBuilderFactory.MinioComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.minio()Minio (camel-minio) Store and retrieve objects from Minio Storage Service using Minio SDK. -
Uses of MinioComponentBuilderFactory.MinioComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement MinioComponentBuilderFactory.MinioComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return MinioComponentBuilderFactory.MinioComponentBuilderModifier and TypeMethodDescriptionAmazon AWS Secret Access Key or Minio Access Key.MinioComponentBuilderFactory.MinioComponentBuilder.autoCloseBody(boolean autoCloseBody) If this option is true and includeBody is true, then the MinioObject.close() method will be called on exchange completion.MinioComponentBuilderFactory.MinioComponentBuilder.autoCreateBucket(boolean autoCreateBucket) Setting the autocreation of the bucket if bucket name not exist.MinioComponentBuilderFactory.MinioComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.MinioComponentBuilderFactory.MinioComponentBuilder.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.MinioComponentBuilderFactory.MinioComponentBuilder.bypassGovernanceMode(boolean bypassGovernanceMode) Set this flag if you want to bypassGovernanceMode when deleting a particular object.MinioComponentBuilderFactory.MinioComponentBuilder.configuration(org.apache.camel.component.minio.MinioConfiguration configuration) The component configuration.MinioComponentBuilderFactory.MinioComponentBuilder.customHttpClient(okhttp3.OkHttpClient customHttpClient) Set custom HTTP client for authenticated access.MinioComponentBuilderFactory.MinioComponentBuilder.deleteAfterRead(boolean deleteAfterRead) Delete objects from Minio after they have been retrieved.MinioComponentBuilderFactory.MinioComponentBuilder.deleteAfterWrite(boolean deleteAfterWrite) Delete file object after the Minio file has been uploaded.The delimiter which is used in the ListObjectsRequest to only consume objects we are interested in.MinioComponentBuilderFactory.MinioComponentBuilder.destinationBucketName(String destinationBucketName) Destination bucket name.MinioComponentBuilderFactory.MinioComponentBuilder.destinationObjectName(String destinationObjectName) Destination object name.Endpoint can be an URL, domain name, IPv4 address or IPv6 address.MinioComponentBuilderFactory.MinioComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.MinioComponentBuilderFactory.MinioComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.MinioComponentBuilderFactory.MinioComponentBuilder.includeBody(boolean includeBody) If it is true, the exchange body will be set to a stream to the contents of the file.MinioComponentBuilderFactory.MinioComponentBuilder.includeFolders(boolean includeFolders) The flag which is used in the ListObjectsRequest to set include folders.MinioComponentBuilderFactory.MinioComponentBuilder.includeUserMetadata(boolean includeUserMetadata) The flag which is used in the ListObjectsRequest to get objects with user meta data.MinioComponentBuilderFactory.MinioComponentBuilder.includeVersions(boolean includeVersions) The flag which is used in the ListObjectsRequest to get objects with versioning.Setting the key name for an element in the bucket through endpoint parameter.MinioComponentBuilderFactory.MinioComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).MinioComponentBuilderFactory.MinioComponentBuilder.length(long length) Number of bytes of object data from offset.Set match ETag parameter for get object(s).MinioComponentBuilderFactory.MinioComponentBuilder.maxConnections(int maxConnections) Set the maxConnections parameter in the minio client configuration.MinioComponentBuilderFactory.MinioComponentBuilder.maxMessagesPerPoll(int maxMessagesPerPoll) Gets the maximum number of messages as a limit to poll at each polling.MinioComponentBuilderFactory.minio()Minio (camel-minio) Store and retrieve objects from Minio Storage Service using Minio SDK.MinioComponentBuilderFactory.MinioComponentBuilder.minioClient(io.minio.MinioClient minioClient) Reference to a Minio Client object in the registry.MinioComponentBuilderFactory.MinioComponentBuilder.modifiedSince(ZonedDateTime modifiedSince) Set modified since parameter for get object(s).MinioComponentBuilderFactory.MinioComponentBuilder.moveAfterRead(boolean moveAfterRead) Move objects from bucket to a different bucket after they have been retrieved.MinioComponentBuilderFactory.MinioComponentBuilder.notMatchETag(String notMatchETag) Set not match ETag parameter for get object(s).MinioComponentBuilderFactory.MinioComponentBuilder.objectLock(boolean objectLock) Set when creating new bucket.MinioComponentBuilderFactory.MinioComponentBuilder.objectName(String objectName) To get the object from the bucket with the given object name.MinioComponentBuilderFactory.MinioComponentBuilder.offset(long offset) Start byte position of object data.MinioComponentBuilderFactory.MinioComponentBuilder.operation(org.apache.camel.component.minio.MinioOperations operation) The operation to do in case the user don't want to do only an upload.MinioComponentBuilderFactory.MinioComponentBuilder.pojoRequest(boolean pojoRequest) If we want to use a POJO request as body or not.The policy for this queue to set in the method.Object name starts with prefix.TCP/IP port number.MinioComponentBuilderFactory.MinioComponentBuilder.recursive(boolean recursive) List recursively than directory structure emulation.The region in which Minio client needs to work.Amazon AWS Access Key Id or Minio Secret Key.MinioComponentBuilderFactory.MinioComponentBuilder.secure(boolean secure) Flag to indicate to use secure connection to minio service or not.MinioComponentBuilderFactory.MinioComponentBuilder.serverSideEncryption(io.minio.ServerSideEncryption serverSideEncryption) Server-side encryption.MinioComponentBuilderFactory.MinioComponentBuilder.serverSideEncryptionCustomerKey(io.minio.ServerSideEncryptionCustomerKey serverSideEncryptionCustomerKey) Server-side encryption for source object while copy/move objects.MinioComponentBuilderFactory.MinioComponentBuilder.startAfter(String startAfter) list objects in bucket after this object name.MinioComponentBuilderFactory.MinioComponentBuilder.storageClass(String storageClass) The storage class to set in the request.MinioComponentBuilderFactory.MinioComponentBuilder.unModifiedSince(ZonedDateTime unModifiedSince) Set un modified since parameter for get object(s).MinioComponentBuilderFactory.MinioComponentBuilder.useVersion1(boolean useVersion1) when true, version 1 of REST API is used.Set specific version_ID of a object when deleting the object.