Uses of Interface
org.apache.camel.builder.component.dsl.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder
Packages that use Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder
-
Uses of Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.aws2S3()AWS S3 Storage Service (camel-aws2-s3) Store and retrieve objects from AWS S3 Storage Service. -
Uses of Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.amazonS3Client(software.amazon.awssdk.services.s3.S3Client amazonS3Client) Reference to a com.amazonaws.services.s3.AmazonS3 in the registry.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.amazonS3Presigner(software.amazon.awssdk.services.s3.presigner.S3Presigner amazonS3Presigner) An S3 Presigner for Request, used mainly in createDownloadLink operation.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.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.autoCreateBucket(boolean autoCreateBucket) Setting the autocreation of the S3 bucket bucketName.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.Aws2S3ComponentBuilderFactory.aws2S3()AWS S3 Storage Service (camel-aws2-s3) Store and retrieve objects from AWS S3 Storage Service.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.awsKMSKeyId(String awsKMSKeyId) Define the id of KMS key to use in case KMS is enabled.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.batchMessageNumber(int batchMessageNumber) The number of messages composing a batch in streaming upload mode.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.batchSize(int batchSize) The batch size (in bytes) in streaming upload mode.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.bufferSize(int bufferSize) The buffer size (in bytes) in streaming upload mode.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.configuration(org.apache.camel.component.aws2.s3.AWS2S3Configuration configuration) The component configuration.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.customerAlgorithm(String customerAlgorithm) Define the customer algorithm to use in case CustomerKey is enabled.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.customerKeyId(String customerKeyId) Define the id of the Customer key to use in case CustomerKey is enabled.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.customerKeyMD5(String customerKeyMD5) Define the MD5 of Customer key to use in case CustomerKey is enabled.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.deleteAfterRead(boolean deleteAfterRead) Delete objects from S3 after they have been retrieved.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.deleteAfterWrite(boolean deleteAfterWrite) Delete file object after the S3 file has been uploaded.The delimiter which is used in the com.amazonaws.services.s3.model.ListObjectsRequest to only consume objects we are interested in.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.destinationBucket(String destinationBucket) Define the destination bucket where an object must be moved when moveAfterRead is set to true.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.destinationBucketPrefix(String destinationBucketPrefix) Define the destination bucket prefix to use when an object must be moved, and moveAfterRead is set to true.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.destinationBucketSuffix(String destinationBucketSuffix) Define the destination bucket suffix to use when an object must be moved, and moveAfterRead is set to true.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.doneFileName(String doneFileName) If provided, Camel will only consume files if a done file exists.To get the object from the bucket with the given file name.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.forcePathStyle(boolean forcePathStyle) Set whether the S3 client should use path-style URL instead of virtual-hosted-style.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.ignoreBody(boolean ignoreBody) If it is true, the S3 Object Body will be ignored completely if it is set to false, the S3 Object will be put in the body.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.includeBody(boolean includeBody) If it is true, the S3Object exchange will be consumed and put into the body and closed.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.includeFolders(boolean includeFolders) If it is true, the folders/directories will be consumed.Setting the key name for an element in the bucket through endpoint parameter.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.moveAfterRead(boolean moveAfterRead) Move objects from S3 bucket to a different bucket after they have been retrieved.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.multiPartUpload(boolean multiPartUpload) If it is true, camel will upload the file with multipart format.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.namingStrategy(org.apache.camel.component.aws2.s3.stream.AWSS3NamingStrategyEnum namingStrategy) The naming strategy to use in streaming upload mode.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.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overriding the endpoint.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.partSize(long partSize) Set up the partSize which is used in multipart upload, the default size is 25M.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.pojoRequest(boolean pojoRequest) If we want to use a POJO request as body or not.The policy for this queue to set in the com.amazonaws.services.s3.AmazonS3#setBucketPolicy() method.The prefix which is used in the com.amazonaws.services.s3.model.ListObjectsRequest to only consume objects we are interested in.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.profileCredentialsName(String profileCredentialsName) If using a profile credentials provider, this parameter will set the profile name.To define a proxy host when instantiating the SQS client.Specify a proxy port to be used inside the client definition.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the S3 client.The region in which the S3 client needs to work.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.restartingPolicy(org.apache.camel.component.aws2.s3.stream.AWSS3RestartingPolicyEnum restartingPolicy) The restarting policy to use in streaming upload mode.Amazon AWS Secret Key.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.sessionToken(String sessionToken) Amazon AWS Session Token used when the user needs to assume an IAM role.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.storageClass(String storageClass) The storage class to set in the com.amazonaws.services.s3.model.PutObjectRequest request.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.streamingUploadMode(boolean streamingUploadMode) When stream mode is true, the upload to bucket will be done in streaming.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.streamingUploadTimeout(long streamingUploadTimeout) While streaming upload mode is true, this option set the timeout to complete upload.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.useAwsKMS(boolean useAwsKMS) Define if KMS must be used or not.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.useCustomerKey(boolean useCustomerKey) Define if Customer Key must be used or not.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) Set whether the S3 client should expect to load credentials through a default credentials provider.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the S3 client should expect to load credentials through a profile credentials provider.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.useSessionCredentials(boolean useSessionCredentials) Set whether the S3 client should expect to use Session Credentials.Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder.useSSES3(boolean useSSES3) Define if SSE S3 must be used or not.