Class MinioComponentBuilderFactory.MinioComponentBuilderImpl
java.lang.Object
org.apache.camel.builder.component.AbstractComponentBuilder<org.apache.camel.component.minio.MinioComponent>
org.apache.camel.builder.component.dsl.MinioComponentBuilderFactory.MinioComponentBuilderImpl
- All Implemented Interfaces:
ComponentBuilder<org.apache.camel.component.minio.MinioComponent>,MinioComponentBuilderFactory.MinioComponentBuilder
- Enclosing interface:
MinioComponentBuilderFactory
public static class MinioComponentBuilderFactory.MinioComponentBuilderImpl
extends AbstractComponentBuilder<org.apache.camel.component.minio.MinioComponent>
implements MinioComponentBuilderFactory.MinioComponentBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.camel.component.minio.MinioComponentprotected booleansetPropertyOnComponent(org.apache.camel.Component component, String name, Object value) Methods inherited from class org.apache.camel.builder.component.AbstractComponentBuilder
build, build, doSetProperty, registerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.builder.component.ComponentBuilder
build, build, doSetProperty, registerMethods inherited from interface org.apache.camel.builder.component.dsl.MinioComponentBuilderFactory.MinioComponentBuilder
accessKey, autoCloseBody, autoCreateBucket, autowiredEnabled, bridgeErrorHandler, bypassGovernanceMode, configuration, customHttpClient, deleteAfterRead, deleteAfterWrite, delimiter, destinationBucketName, destinationObjectName, endpoint, healthCheckConsumerEnabled, healthCheckProducerEnabled, includeBody, includeFolders, includeUserMetadata, includeVersions, keyName, lazyStartProducer, length, matchETag, maxConnections, maxMessagesPerPoll, minioClient, modifiedSince, moveAfterRead, notMatchETag, objectLock, objectName, offset, operation, pojoRequest, policy, prefix, proxyPort, recursive, region, secretKey, secure, serverSideEncryption, serverSideEncryptionCustomerKey, startAfter, storageClass, unModifiedSince, useVersion1, versionId
-
Constructor Details
-
MinioComponentBuilderImpl
public MinioComponentBuilderImpl()
-
-
Method Details
-
buildConcreteComponent
protected org.apache.camel.component.minio.MinioComponent buildConcreteComponent()- Specified by:
buildConcreteComponentin classAbstractComponentBuilder<org.apache.camel.component.minio.MinioComponent>
-
setPropertyOnComponent
protected boolean setPropertyOnComponent(org.apache.camel.Component component, String name, Object value) - Specified by:
setPropertyOnComponentin classAbstractComponentBuilder<org.apache.camel.component.minio.MinioComponent>
-