Class AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilderImpl
java.lang.Object
org.apache.camel.builder.component.AbstractComponentBuilder<org.apache.camel.component.azure.storage.blob.BlobComponent>
org.apache.camel.builder.component.dsl.AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilderImpl
- All Implemented Interfaces:
ComponentBuilder<org.apache.camel.component.azure.storage.blob.BlobComponent>, AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder
- Enclosing interface:
AzureStorageBlobComponentBuilderFactory
public static class AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilderImpl
extends AbstractComponentBuilder<org.apache.camel.component.azure.storage.blob.BlobComponent>
implements AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.camel.component.azure.storage.blob.BlobComponentprotected booleansetPropertyOnComponent(org.apache.camel.Component component, String name, Object value) Methods inherited from class AbstractComponentBuilder
build, build, doSetProperty, registerMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder
accessKey, autowiredEnabled, azureClientId, azureClientSecret, azureTenantId, blobName, blobOffset, blobSequenceNumber, blobType, blockListType, blockSize, bridgeErrorHandler, changeFeedContext, changeFeedEndTime, changeFeedStartTime, closeStreamAfterRead, closeStreamAfterWrite, commitBlockListLater, configuration, createAppendBlob, createPageBlob, credentials, credentialType, dataCount, deleteAfterRead, destinationBlobPrefix, destinationBlobSuffix, destinationContainer, downloadLinkExpiration, fileDir, healthCheckConsumerEnabled, healthCheckProducerEnabled, lazyStartProducer, leaseBlob, leaseDurationInSeconds, maxConcurrency, maxResultsPerPage, maxRetryRequests, maxSingleUploadSize, moveAfterRead, operation, pageBlobSize, prefix, regex, removePrefixOnMove, sasToken, serviceClient, snapshotId, sourceBlobAccessKey, timeout, versionIdMethods inherited from interface ComponentBuilder
build, build, doSetProperty, register
-
Constructor Details
-
AzureStorageBlobComponentBuilderImpl
public AzureStorageBlobComponentBuilderImpl()
-
-
Method Details
-
buildConcreteComponent
protected org.apache.camel.component.azure.storage.blob.BlobComponent buildConcreteComponent()- Specified by:
buildConcreteComponentin classAbstractComponentBuilder<org.apache.camel.component.azure.storage.blob.BlobComponent>
-
setPropertyOnComponent
protected boolean setPropertyOnComponent(org.apache.camel.Component component, String name, Object value) - Specified by:
setPropertyOnComponentin classAbstractComponentBuilder<org.apache.camel.component.azure.storage.blob.BlobComponent>
-