public static interface AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default 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 |
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.AWS2S3EndpointConsumerBuilder |
basic() |
default AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder |
customerAlgorithm(String customerAlgorithm)
Define the customer algorithm to use in case CustomerKey is enabled.
|
default AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder |
customerKeyId(String customerKeyId)
Define the id of Customer key to use in case CustomerKey is enabled.
|
default AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder |
customerKeyMD5(String customerKeyMD5)
Define the MD5 of Customer key to use in case CustomerKey is enabled.
|
default AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder |
exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder |
exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder |
exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder |
exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default 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 |
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.
|
default AWS2S3EndpointBuilderFactory.AWS2S3EndpointConsumerBuilder basic()
default AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder customerAlgorithm(String customerAlgorithm)
customerAlgorithm - the value to setdefault AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder customerKeyId(String customerKeyId)
customerKeyId - the value to setdefault AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder customerKeyMD5(String customerKeyMD5)
customerKeyMD5 - the value to setdefault AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder autocloseBody(boolean autocloseBody)
autocloseBody - the value to setdefault AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder autocloseBody(String autocloseBody)
autocloseBody - the value to setdefault AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
exceptionHandler - the value to setdefault AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder exceptionHandler(String exceptionHandler)
exceptionHandler - the value to setdefault AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
exchangePattern - the value to setdefault AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder exchangePattern(String exchangePattern)
exchangePattern - the value to setdefault AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder pollStrategy(org.apache.camel.spi.PollingConsumerPollStrategy pollStrategy)
pollStrategy - the value to setdefault AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointConsumerBuilder pollStrategy(String pollStrategy)
pollStrategy - the value to setApache Camel