public static interface AwsS3ComponentBuilderFactory.AwsS3ComponentBuilder extends ComponentBuilder<org.apache.camel.component.aws.s3.S3Component>
| Modifier and Type | Method and Description |
|---|---|
default AwsS3ComponentBuilderFactory.AwsS3ComponentBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default AwsS3ComponentBuilderFactory.AwsS3ComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default AwsS3ComponentBuilderFactory.AwsS3ComponentBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default AwsS3ComponentBuilderFactory.AwsS3ComponentBuilder |
configuration(org.apache.camel.component.aws.s3.S3Configuration configuration)
The AWS S3 default configuration.
|
default AwsS3ComponentBuilderFactory.AwsS3ComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AwsS3ComponentBuilderFactory.AwsS3ComponentBuilder |
region(String region)
The region where the bucket is located.
|
default AwsS3ComponentBuilderFactory.AwsS3ComponentBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
build, build, doSetProperty, registerdefault AwsS3ComponentBuilderFactory.AwsS3ComponentBuilder accessKey(String accessKey)
java.lang.String type.
Group: commondefault AwsS3ComponentBuilderFactory.AwsS3ComponentBuilder region(String region)
java.lang.String type.
Group: commondefault AwsS3ComponentBuilderFactory.AwsS3ComponentBuilder secretKey(String secretKey)
java.lang.String type.
Group: commondefault AwsS3ComponentBuilderFactory.AwsS3ComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault AwsS3ComponentBuilderFactory.AwsS3ComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault AwsS3ComponentBuilderFactory.AwsS3ComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault AwsS3ComponentBuilderFactory.AwsS3ComponentBuilder configuration(org.apache.camel.component.aws.s3.S3Configuration configuration)
org.apache.camel.component.aws.s3.S3Configuration type.
Group: advancedApache Camel