| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointBuilder
Advanced builder for endpoint for the AWS 2 S3 Storage Service component.
|
| Modifier and Type | Method and Description |
|---|---|
default AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder |
AWS2S3EndpointBuilderFactory.AWS2S3EndpointConsumerBuilder.advanced() |
default AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder |
AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder.autocloseBody(boolean autocloseBody)
If this option is true and includeBody is false, then the
S3Object.close() method will be called on exchange completion.
|
default AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder |
AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder.autocloseBody(String autocloseBody)
If this option is true and includeBody is false, then the
S3Object.close() method will be called on exchange completion.
|
default AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder |
AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder.customerAlgorithm(String customerAlgorithm)
Define the customer algorithm to use in case CustomerKey is enabled.
|
default AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder |
AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder.customerKeyId(String customerKeyId)
Define the id of Customer key to use in case CustomerKey is enabled.
|
default AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder |
AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder.customerKeyMD5(String customerKeyMD5)
Define the MD5 of Customer key to use in case CustomerKey is enabled.
|
default AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder |
AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder |
AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder.exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder |
AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder |
AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder.exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder |
AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder.pollStrategy(org.apache.camel.spi.PollingConsumerPollStrategy pollStrategy)
A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing
you to provide your custom implementation to control error handling
usually occurred during the poll operation before an Exchange have
been created and being routed in Camel.
|
default AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder |
AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder.pollStrategy(String pollStrategy)
A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing
you to provide your custom implementation to control error handling
usually occurred during the poll operation before an Exchange have
been created and being routed in Camel.
|
Apache Camel