public static interface S3EndpointBuilderFactory.S3EndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default S3EndpointBuilderFactory.S3EndpointProducerBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default S3EndpointBuilderFactory.AdvancedS3EndpointProducerBuilder |
advanced() |
default S3EndpointBuilderFactory.S3EndpointProducerBuilder |
amazonS3Client(Object amazonS3Client)
Reference to a com.amazonaws.services.s3.AmazonS3 in the registry.
|
default S3EndpointBuilderFactory.S3EndpointProducerBuilder |
amazonS3Client(String amazonS3Client)
Reference to a com.amazonaws.services.s3.AmazonS3 in the registry.
|
default S3EndpointBuilderFactory.S3EndpointProducerBuilder |
autoCreateBucket(boolean autoCreateBucket)
Setting the autocreation of the bucket.
|
default S3EndpointBuilderFactory.S3EndpointProducerBuilder |
autoCreateBucket(String autoCreateBucket)
Setting the autocreation of the bucket.
|
default S3EndpointBuilderFactory.S3EndpointProducerBuilder |
autoDiscoverClient(boolean autoDiscoverClient)
Setting the autoDiscoverClient mechanism, if true, the component will
look for a client instance in the registry automatically otherwise it
will skip that checking.
|
default S3EndpointBuilderFactory.S3EndpointProducerBuilder |
autoDiscoverClient(String autoDiscoverClient)
Setting the autoDiscoverClient mechanism, if true, the component will
look for a client instance in the registry automatically otherwise it
will skip that checking.
|
default S3EndpointBuilderFactory.S3EndpointProducerBuilder |
deleteAfterWrite(boolean deleteAfterWrite)
Delete file object after the S3 file has been uploaded.
|
default S3EndpointBuilderFactory.S3EndpointProducerBuilder |
deleteAfterWrite(String deleteAfterWrite)
Delete file object after the S3 file has been uploaded.
|
default S3EndpointBuilderFactory.S3EndpointProducerBuilder |
endpointConfiguration(Object endpointConfiguration)
Amazon AWS Endpoint Configuration.
|
default S3EndpointBuilderFactory.S3EndpointProducerBuilder |
endpointConfiguration(String endpointConfiguration)
Amazon AWS Endpoint Configuration.
|
default S3EndpointBuilderFactory.S3EndpointProducerBuilder |
keyName(String keyName)
Setting the key name for an element in the bucket through endpoint
parameter.
|
default S3EndpointBuilderFactory.S3EndpointProducerBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default S3EndpointBuilderFactory.S3EndpointProducerBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default S3EndpointBuilderFactory.S3EndpointProducerBuilder |
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 S3EndpointBuilderFactory.S3EndpointProducerBuilder |
multiPartUpload(String 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 S3EndpointBuilderFactory.S3EndpointProducerBuilder |
operation(S3EndpointBuilderFactory.S3Operations operation)
The operation to do in case the user don't want to do only an upload.
|
default S3EndpointBuilderFactory.S3EndpointProducerBuilder |
operation(String operation)
The operation to do in case the user don't want to do only an upload.
|
default S3EndpointBuilderFactory.S3EndpointProducerBuilder |
partSize(long partSize)
Setup the partSize which is used in multi part upload, the default
size is 25M.
|
default S3EndpointBuilderFactory.S3EndpointProducerBuilder |
partSize(String partSize)
Setup the partSize which is used in multi part upload, the default
size is 25M.
|
default S3EndpointBuilderFactory.S3EndpointProducerBuilder |
pathStyleAccess(boolean pathStyleAccess)
Whether or not the S3 client should use path style access.
|
default S3EndpointBuilderFactory.S3EndpointProducerBuilder |
pathStyleAccess(String pathStyleAccess)
Whether or not the S3 client should use path style access.
|
default S3EndpointBuilderFactory.S3EndpointProducerBuilder |
policy(String policy)
The policy for this queue to set in the
com.amazonaws.services.s3.AmazonS3#setBucketPolicy() method.
|
default S3EndpointBuilderFactory.S3EndpointProducerBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the S3 client.
|
default S3EndpointBuilderFactory.S3EndpointProducerBuilder |
proxyPort(Integer proxyPort)
Specify a proxy port to be used inside the client definition.
|
default S3EndpointBuilderFactory.S3EndpointProducerBuilder |
proxyPort(String proxyPort)
Specify a proxy port to be used inside the client definition.
|
default S3EndpointBuilderFactory.S3EndpointProducerBuilder |
proxyProtocol(S3EndpointBuilderFactory.Protocol proxyProtocol)
To define a proxy protocol when instantiating the S3 client.
|
default S3EndpointBuilderFactory.S3EndpointProducerBuilder |
proxyProtocol(String proxyProtocol)
To define a proxy protocol when instantiating the S3 client.
|
default S3EndpointBuilderFactory.S3EndpointProducerBuilder |
region(String region)
The region in which S3 client needs to work.
|
default S3EndpointBuilderFactory.S3EndpointProducerBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
default S3EndpointBuilderFactory.S3EndpointProducerBuilder |
serverSideEncryption(String serverSideEncryption)
Sets the server-side encryption algorithm when encrypting the object
using AWS-managed keys.
|
default S3EndpointBuilderFactory.S3EndpointProducerBuilder |
storageClass(String storageClass)
The storage class to set in the
com.amazonaws.services.s3.model.PutObjectRequest request.
|
default S3EndpointBuilderFactory.S3EndpointProducerBuilder |
useIAMCredentials(boolean useIAMCredentials)
Set whether the S3 client should expect to load credentials on an EC2
instance or to expect static credentials to be passed in.
|
default S3EndpointBuilderFactory.S3EndpointProducerBuilder |
useIAMCredentials(String useIAMCredentials)
Set whether the S3 client should expect to load credentials on an EC2
instance or to expect static credentials to be passed in.
|
default S3EndpointBuilderFactory.AdvancedS3EndpointProducerBuilder advanced()
default S3EndpointBuilderFactory.S3EndpointProducerBuilder amazonS3Client(Object amazonS3Client)
amazonS3Client - the value to setdefault S3EndpointBuilderFactory.S3EndpointProducerBuilder amazonS3Client(String amazonS3Client)
amazonS3Client - the value to setdefault S3EndpointBuilderFactory.S3EndpointProducerBuilder autoCreateBucket(boolean autoCreateBucket)
autoCreateBucket - the value to setdefault S3EndpointBuilderFactory.S3EndpointProducerBuilder autoCreateBucket(String autoCreateBucket)
autoCreateBucket - the value to setdefault S3EndpointBuilderFactory.S3EndpointProducerBuilder autoDiscoverClient(boolean autoDiscoverClient)
autoDiscoverClient - the value to setdefault S3EndpointBuilderFactory.S3EndpointProducerBuilder autoDiscoverClient(String autoDiscoverClient)
autoDiscoverClient - the value to setdefault S3EndpointBuilderFactory.S3EndpointProducerBuilder endpointConfiguration(Object endpointConfiguration)
endpointConfiguration - the value to setdefault S3EndpointBuilderFactory.S3EndpointProducerBuilder endpointConfiguration(String endpointConfiguration)
endpointConfiguration - the value to setdefault S3EndpointBuilderFactory.S3EndpointProducerBuilder pathStyleAccess(boolean pathStyleAccess)
pathStyleAccess - the value to setdefault S3EndpointBuilderFactory.S3EndpointProducerBuilder pathStyleAccess(String pathStyleAccess)
pathStyleAccess - the value to setdefault S3EndpointBuilderFactory.S3EndpointProducerBuilder policy(String policy)
policy - the value to setdefault S3EndpointBuilderFactory.S3EndpointProducerBuilder proxyHost(String proxyHost)
proxyHost - the value to setdefault S3EndpointBuilderFactory.S3EndpointProducerBuilder proxyPort(Integer proxyPort)
proxyPort - the value to setdefault S3EndpointBuilderFactory.S3EndpointProducerBuilder proxyPort(String proxyPort)
proxyPort - the value to setdefault S3EndpointBuilderFactory.S3EndpointProducerBuilder proxyProtocol(S3EndpointBuilderFactory.Protocol proxyProtocol)
proxyProtocol - the value to setdefault S3EndpointBuilderFactory.S3EndpointProducerBuilder proxyProtocol(String proxyProtocol)
proxyProtocol - the value to setdefault S3EndpointBuilderFactory.S3EndpointProducerBuilder region(String region)
region - the value to setdefault S3EndpointBuilderFactory.S3EndpointProducerBuilder useIAMCredentials(boolean useIAMCredentials)
useIAMCredentials - the value to setdefault S3EndpointBuilderFactory.S3EndpointProducerBuilder useIAMCredentials(String useIAMCredentials)
useIAMCredentials - the value to setdefault S3EndpointBuilderFactory.S3EndpointProducerBuilder deleteAfterWrite(boolean deleteAfterWrite)
deleteAfterWrite - the value to setdefault S3EndpointBuilderFactory.S3EndpointProducerBuilder deleteAfterWrite(String deleteAfterWrite)
deleteAfterWrite - the value to setdefault S3EndpointBuilderFactory.S3EndpointProducerBuilder keyName(String keyName)
keyName - the value to setdefault S3EndpointBuilderFactory.S3EndpointProducerBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault S3EndpointBuilderFactory.S3EndpointProducerBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault S3EndpointBuilderFactory.S3EndpointProducerBuilder multiPartUpload(boolean multiPartUpload)
multiPartUpload - the value to setdefault S3EndpointBuilderFactory.S3EndpointProducerBuilder multiPartUpload(String multiPartUpload)
multiPartUpload - the value to setdefault S3EndpointBuilderFactory.S3EndpointProducerBuilder operation(S3EndpointBuilderFactory.S3Operations operation)
operation - the value to setdefault S3EndpointBuilderFactory.S3EndpointProducerBuilder operation(String operation)
operation - the value to setdefault S3EndpointBuilderFactory.S3EndpointProducerBuilder partSize(long partSize)
partSize - the value to setdefault S3EndpointBuilderFactory.S3EndpointProducerBuilder partSize(String partSize)
partSize - the value to setdefault S3EndpointBuilderFactory.S3EndpointProducerBuilder serverSideEncryption(String serverSideEncryption)
serverSideEncryption - the value to setdefault S3EndpointBuilderFactory.S3EndpointProducerBuilder storageClass(String storageClass)
storageClass - the value to setdefault S3EndpointBuilderFactory.S3EndpointProducerBuilder accessKey(String accessKey)
accessKey - the value to setdefault S3EndpointBuilderFactory.S3EndpointProducerBuilder secretKey(String secretKey)
secretKey - the value to setApache Camel