public static interface Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder extends ComponentBuilder<org.apache.camel.component.aws2.s3.AWS2S3Component>
| Modifier and Type | Method and Description |
|---|---|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
amazonS3Client(software.amazon.awssdk.services.s3.S3Client amazonS3Client)
Reference to a com.amazonaws.services.s3.AmazonS3 in the registry.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
amazonS3Presigner(software.amazon.awssdk.services.s3.presigner.S3Presigner amazonS3Presigner)
An S3 Presigner for Request, used mainly in createDownloadLink
operation.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
autocloseBody(boolean autocloseBody)
If this option is true and includeBody is false, then the
S3Object.close() method will be called on exchange completion.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
autoCreateBucket(boolean autoCreateBucket)
Setting the autocreation of the S3 bucket bucketName.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
awsKMSKeyId(String awsKMSKeyId)
Define the id of KMS key to use in case KMS is enabled.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
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.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
configuration(org.apache.camel.component.aws2.s3.AWS2S3Configuration configuration)
The component configuration.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
customerAlgorithm(String customerAlgorithm)
Define the customer algorithm to use in case CustomerKey is enabled.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
customerKeyId(String customerKeyId)
Define the id of Customer key to use in case CustomerKey is enabled.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
customerKeyMD5(String customerKeyMD5)
Define the MD5 of Customer key to use in case CustomerKey is enabled.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
deleteAfterRead(boolean deleteAfterRead)
Delete objects from S3 after they have been retrieved.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
deleteAfterWrite(boolean deleteAfterWrite)
Delete file object after the S3 file has been uploaded.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
delimiter(String delimiter)
The delimiter which is used in the
com.amazonaws.services.s3.model.ListObjectsRequest to only consume
objects we are interested in.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
destinationBucket(String destinationBucket)
Define the destination bucket where an object must be moved when
moveAfterRead is set to true.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
destinationBucketPrefix(String destinationBucketPrefix)
Define the destination bucket prefix to use when an object must be
moved and moveAfterRead is set to true.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
destinationBucketSuffix(String destinationBucketSuffix)
Define the destination bucket suffix to use when an object must be
moved and moveAfterRead is set to true.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
fileName(String fileName)
To get the object from the bucket with the given file name.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
includeBody(boolean includeBody)
If it is true, the S3Object exchange will be consumed and put into
the body and closed.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
includeFolders(boolean includeFolders)
If it is true, the folders/directories will be consumed.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
keyName(String keyName)
Setting the key name for an element in the bucket through endpoint
parameter.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
moveAfterRead(boolean moveAfterRead)
Move objects from S3 bucket to a different bucket after they have
been retrieved.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
multiPartUpload(boolean multiPartUpload)
If it is true, camel will upload the file with multi part format, the
part size is decided by the option of partSize.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
operation(org.apache.camel.component.aws2.s3.AWS2S3Operations operation)
The operation to do in case the user don't want to do only an upload.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
overrideEndpoint(boolean overrideEndpoint)
Set the need for overidding the endpoint.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
partSize(long partSize)
Setup the partSize which is used in multi part upload, the default
size is 25M.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
pojoRequest(boolean pojoRequest)
If we want to use a POJO request as body or not.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
policy(String policy)
The policy for this queue to set in the
com.amazonaws.services.s3.AmazonS3#setBucketPolicy() method.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
prefix(String prefix)
The prefix which is used in the
com.amazonaws.services.s3.model.ListObjectsRequest to only consume
objects we are interested in.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the SQS client.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
proxyPort(Integer proxyPort)
Specify a proxy port to be used inside the client definition.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
To define a proxy protocol when instantiating the S3 client.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
region(String region)
The region in which S3 client needs to work.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
storageClass(String storageClass)
The storage class to set in the
com.amazonaws.services.s3.model.PutObjectRequest request.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
trustAllCertificates(boolean trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
uriEndpointOverride(String uriEndpointOverride)
Set the overriding uri endpoint.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
useAwsKMS(boolean useAwsKMS)
Define if KMS must be used or not.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
useCustomerKey(boolean useCustomerKey)
Define if Customer Key must be used or not.
|
default Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider)
Set whether the S3 client should expect to load credentials through a
default credentials provider or to expect static credentials to be
passed in.
|
build, build, doSetProperty, registerdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder amazonS3Client(software.amazon.awssdk.services.s3.S3Client amazonS3Client)
amazonS3Client - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder amazonS3Presigner(software.amazon.awssdk.services.s3.presigner.S3Presigner amazonS3Presigner)
amazonS3Presigner - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder autoCreateBucket(boolean autoCreateBucket)
autoCreateBucket - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder configuration(org.apache.camel.component.aws2.s3.AWS2S3Configuration configuration)
configuration - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder overrideEndpoint(boolean overrideEndpoint)
overrideEndpoint - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder pojoRequest(boolean pojoRequest)
pojoRequest - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder policy(String policy)
policy - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder proxyHost(String proxyHost)
proxyHost - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder proxyPort(Integer proxyPort)
proxyPort - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
proxyProtocol - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder region(String region)
region - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder trustAllCertificates(boolean trustAllCertificates)
trustAllCertificates - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder uriEndpointOverride(String uriEndpointOverride)
uriEndpointOverride - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider)
useDefaultCredentialsProvider - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder customerAlgorithm(String customerAlgorithm)
customerAlgorithm - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder customerKeyId(String customerKeyId)
customerKeyId - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder customerKeyMD5(String customerKeyMD5)
customerKeyMD5 - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder deleteAfterRead(boolean deleteAfterRead)
deleteAfterRead - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder delimiter(String delimiter)
delimiter - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder destinationBucket(String destinationBucket)
destinationBucket - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder destinationBucketPrefix(String destinationBucketPrefix)
destinationBucketPrefix - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder destinationBucketSuffix(String destinationBucketSuffix)
destinationBucketSuffix - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder fileName(String fileName)
fileName - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder includeBody(boolean includeBody)
includeBody - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder includeFolders(boolean includeFolders)
includeFolders - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder moveAfterRead(boolean moveAfterRead)
moveAfterRead - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder prefix(String prefix)
prefix - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder autocloseBody(boolean autocloseBody)
autocloseBody - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder deleteAfterWrite(boolean deleteAfterWrite)
deleteAfterWrite - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder keyName(String keyName)
keyName - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder multiPartUpload(boolean multiPartUpload)
multiPartUpload - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder operation(org.apache.camel.component.aws2.s3.AWS2S3Operations operation)
operation - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder partSize(long partSize)
partSize - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder storageClass(String storageClass)
storageClass - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder awsKMSKeyId(String awsKMSKeyId)
awsKMSKeyId - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder useAwsKMS(boolean useAwsKMS)
useAwsKMS - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder useCustomerKey(boolean useCustomerKey)
useCustomerKey - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder accessKey(String accessKey)
accessKey - the value to setdefault Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder secretKey(String secretKey)
secretKey - the value to setApache Camel