Uses of Interface
org.apache.camel.builder.endpoint.dsl.AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointProducerBuilder
Packages that use AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointProducerBuilder
-
Uses of AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the AWS S3 Storage Service component.Methods in org.apache.camel.builder.endpoint.dsl that return AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointProducerBuilderModifier and TypeMethodDescriptionAWS2S3EndpointBuilderFactory.AWS2S3EndpointProducerBuilder.advanced()AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointProducerBuilder.amazonS3Client(String amazonS3Client) Reference to a com.amazonaws.services.s3.AmazonS3 in the registry.AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointProducerBuilder.amazonS3Client(software.amazon.awssdk.services.s3.S3Client amazonS3Client) Reference to a com.amazonaws.services.s3.AmazonS3 in the registry.AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointProducerBuilder.amazonS3Presigner(String amazonS3Presigner) An S3 Presigner for Request, used mainly in createDownloadLink operation.AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointProducerBuilder.amazonS3Presigner(software.amazon.awssdk.services.s3.presigner.S3Presigner amazonS3Presigner) An S3 Presigner for Request, used mainly in createDownloadLink operation.AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointProducerBuilder.awsKMSKeyId(String awsKMSKeyId) Define the id of KMS key to use in case KMS is enabled.AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointProducerBuilder.customerAlgorithm(String customerAlgorithm) Define the customer algorithm to use in case CustomerKey is enabled.AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointProducerBuilder.customerKeyId(String customerKeyId) Define the id of Customer key to use in case CustomerKey is enabled.AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointProducerBuilder.customerKeyMD5(String customerKeyMD5) Define the MD5 of Customer key to use in case CustomerKey is enabled.AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointProducerBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointProducerBuilder.useAwsKMS(boolean useAwsKMS) Define if KMS must be used or not.Define if KMS must be used or not.AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointProducerBuilder.useCustomerKey(boolean useCustomerKey) Define if Customer Key must be used or not.AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointProducerBuilder.useCustomerKey(String useCustomerKey) Define if Customer Key must be used or not.AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointProducerBuilder.useSSES3(boolean useSSES3) Define if SSE S3 must be used or not.Define if SSE S3 must be used or not.